Color spaces of #74deed
RGB | 116 | 222 | 237 |
---|---|---|---|
HSL | 0.52 | 0.77 | 0.69 |
HSV | 187° | 51° | 93° |
CMYK | 0.51 | 0.06 | 0.00 0.07 |
XYZ | 48.6098 | 62.0700 | 89.5395 |
Yxy | 62.0700 | 0.2428 | 0.3100 |
Hunter Lab | 78.7845 | -27.7390 | -12.2346 |
CIE-Lab | 82.9506 | -26.6601 | -16.7718 |
#74deed color RGB value is (116,222,237).
#74deed hex color red value is 116, green value is 222 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #74deed hue: 0.52 , saturation: 0.77 and the lightness value of 74deed is 0.69.
The process color (four color CMYK) of #74deed color hex is 0.51, 0.06, 0.00, 0.07. Web safe color of #74deed is #66ccff. Color #74deed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 11011110 | 11101101 |
Octal | 164 | 336 | 355 |
Decimal | 116 | 222 | 237 |
Hex | 74 | DE | ED |
Shades of #74deed
Tints of #74deed
RGB Percentages of Color #74deed
CMYK Percentages of Color #74deed
Complementary Color
#74deed | #ed8374 |
#74deed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#74deed Color Preview on White Background
Lorem ipsum dolor sit amet.
#74deed Color CSS Codes
.mybgcolor {background-color:#74deed; } .myforecolor {color:#74deed; } .mybordercolor {border:3px solid #74deed; }
#74deed Text Font Color
<p style="color:#74deed">Text here</p>
This sample text font color is #74deed
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.
#74deed Background Color
<div style="background-color:#74deed">
Div content here</div>
This div background color is #74deed
#74deed Border Color
<div style="border:3px solid #74deed">
Div here</div>
This div border color is #74deed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,222,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #74deed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #74deed; -webkit-box-shadow: 1px 1px 3px 2px #74deed; box-shadow: 1px 1px 3px 2px #74deed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,222,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #74deed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #74deed; -webkit-box-shadow: 1px 1px 3px 2px #74deed; box-shadow: 1px 1px 3px 2px #74deed;">
Div content here</div>
This div box has shadow with color #74deed
Comments
No comments written yet.
Please login to write comment.