Color spaces of #93aebd
RGB | 147 | 174 | 189 |
---|---|---|---|
HSL | 0.56 | 0.24 | 0.66 |
HSV | 201° | 22° | 74° |
CMYK | 0.22 | 0.08 | 0.00 0.26 |
XYZ | 36.3540 | 40.1493 | 53.9776 |
Yxy | 40.1493 | 0.2786 | 0.3077 |
Hunter Lab | 63.3635 | -8.4739 | -6.1531 |
CIE-Lab | 69.5757 | -5.9156 | -10.7436 |
#93aebd color RGB value is (147,174,189).
#93aebd hex color red value is 147, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #93aebd hue: 0.56 , saturation: 0.24 and the lightness value of 93aebd is 0.66.
The process color (four color CMYK) of #93aebd color hex is 0.22, 0.08, 0.00, 0.26. Web safe color of #93aebd is #9999cc. Color #93aebd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 10101110 | 10111101 |
Octal | 223 | 256 | 275 |
Decimal | 147 | 174 | 189 |
Hex | 93 | AE | BD |
Shades of #93aebd
Tints of #93aebd
RGB Percentages of Color #93aebd
CMYK Percentages of Color #93aebd
Complementary Color
#93aebd | #bda293 |
#93aebd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#93aebd Color Preview on White Background
Lorem ipsum dolor sit amet.
#93aebd Color CSS Codes
.mybgcolor {background-color:#93aebd; } .myforecolor {color:#93aebd; } .mybordercolor {border:3px solid #93aebd; }
#93aebd Text Font Color
<p style="color:#93aebd">Text here</p>
This sample text font color is #93aebd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#93aebd Background Color
<div style="background-color:#93aebd">
Div content here</div>
This div background color is #93aebd
#93aebd Border Color
<div style="border:3px solid #93aebd">
Div here</div>
This div border color is #93aebd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,174,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #93aebd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #93aebd; -webkit-box-shadow: 1px 1px 3px 2px #93aebd; box-shadow: 1px 1px 3px 2px #93aebd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,174,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #93aebd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #93aebd; -webkit-box-shadow: 1px 1px 3px 2px #93aebd; box-shadow: 1px 1px 3px 2px #93aebd;">
Div content here</div>
This div box has shadow with color #93aebd
Comments
No comments written yet.
Please login to write comment.