Color spaces of #74afcc
RGB | 116 | 175 | 204 |
---|---|---|---|
HSL | 0.55 | 0.46 | 0.63 |
HSV | 200° | 43° | 80° |
CMYK | 0.43 | 0.14 | 0.00 0.20 |
XYZ | 33.4315 | 38.7326 | 62.8408 |
Yxy | 38.7326 | 0.2476 | 0.2869 |
Hunter Lab | 62.2355 | -13.0260 | -16.3018 |
CIE-Lab | 68.5571 | -11.5236 | -20.7283 |
#74afcc color RGB value is (116,175,204).
#74afcc hex color red value is 116, green value is 175 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #74afcc hue: 0.55 , saturation: 0.46 and the lightness value of 74afcc is 0.63.
The process color (four color CMYK) of #74afcc color hex is 0.43, 0.14, 0.00, 0.20. Web safe color of #74afcc is #6699cc. Color #74afcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 10101111 | 11001100 |
Octal | 164 | 257 | 314 |
Decimal | 116 | 175 | 204 |
Hex | 74 | AF | CC |
Shades of #74afcc
Tints of #74afcc
RGB Percentages of Color #74afcc
CMYK Percentages of Color #74afcc
Complementary Color
#74afcc | #cc9174 |
#74afcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#74afcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#74afcc Color CSS Codes
.mybgcolor {background-color:#74afcc; } .myforecolor {color:#74afcc; } .mybordercolor {border:3px solid #74afcc; }
#74afcc Text Font Color
<p style="color:#74afcc">Text here</p>
This sample text font color is #74afcc
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.
#74afcc Background Color
<div style="background-color:#74afcc">
Div content here</div>
This div background color is #74afcc
#74afcc Border Color
<div style="border:3px solid #74afcc">
Div here</div>
This div border color is #74afcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,175,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #74afcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #74afcc; -webkit-box-shadow: 1px 1px 3px 2px #74afcc; box-shadow: 1px 1px 3px 2px #74afcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,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 #74afcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #74afcc; -webkit-box-shadow: 1px 1px 3px 2px #74afcc; box-shadow: 1px 1px 3px 2px #74afcc;">
Div content here</div>
This div box has shadow with color #74afcc
Comments
No comments written yet.
Please login to write comment.