Color spaces of #93afcc
RGB | 147 | 175 | 204 |
---|---|---|---|
HSL | 0.58 | 0.36 | 0.69 |
HSV | 211° | 28° | 80° |
CMYK | 0.28 | 0.14 | 0.00 0.20 |
XYZ | 38.2617 | 41.2226 | 63.0669 |
Yxy | 41.2226 | 0.2684 | 0.2892 |
Hunter Lab | 64.2048 | -5.9846 | -13.2958 |
CIE-Lab | 70.3316 | -2.9329 | -17.8684 |
#93afcc color RGB value is (147,175,204).
#93afcc hex color red value is 147, green value is 175 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #93afcc hue: 0.58 , saturation: 0.36 and the lightness value of 93afcc is 0.69.
The process color (four color CMYK) of #93afcc color hex is 0.28, 0.14, 0.00, 0.20. Web safe color of #93afcc is #9999cc. Color #93afcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 10101111 | 11001100 |
Octal | 223 | 257 | 314 |
Decimal | 147 | 175 | 204 |
Hex | 93 | AF | CC |
Shades of #93afcc
Tints of #93afcc
RGB Percentages of Color #93afcc
CMYK Percentages of Color #93afcc
Complementary Color
#93afcc | #ccb093 |
#93afcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#93afcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#93afcc Color CSS Codes
.mybgcolor {background-color:#93afcc; } .myforecolor {color:#93afcc; } .mybordercolor {border:3px solid #93afcc; }
#93afcc Text Font Color
<p style="color:#93afcc">Text here</p>
This sample text font color is #93afcc
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.
#93afcc Background Color
<div style="background-color:#93afcc">
Div content here</div>
This div background color is #93afcc
#93afcc Border Color
<div style="border:3px solid #93afcc">
Div here</div>
This div border color is #93afcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,175,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #93afcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #93afcc; -webkit-box-shadow: 1px 1px 3px 2px #93afcc; box-shadow: 1px 1px 3px 2px #93afcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,175,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #93afcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #93afcc; -webkit-box-shadow: 1px 1px 3px 2px #93afcc; box-shadow: 1px 1px 3px 2px #93afcc;">
Div content here</div>
This div box has shadow with color #93afcc
Comments
No comments written yet.
Please login to write comment.