Color spaces of #74caef
RGB | 116 | 202 | 239 |
---|---|---|---|
HSL | 0.55 | 0.79 | 0.70 |
HSV | 198° | 51° | 94° |
CMYK | 0.51 | 0.15 | 0.00 0.06 |
XYZ | 43.9030 | 52.1861 | 89.4203 |
Yxy | 52.1861 | 0.2367 | 0.2813 |
Hunter Lab | 72.2399 | -17.9386 | -22.8226 |
CIE-Lab | 77.3920 | -16.0465 | -26.2725 |
#74caef color RGB value is (116,202,239).
#74caef hex color red value is 116, green value is 202 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #74caef hue: 0.55 , saturation: 0.79 and the lightness value of 74caef is 0.70.
The process color (four color CMYK) of #74caef color hex is 0.51, 0.15, 0.00, 0.06. Web safe color of #74caef is #66ccff. Color #74caef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 11001010 | 11101111 |
Octal | 164 | 312 | 357 |
Decimal | 116 | 202 | 239 |
Hex | 74 | CA | EF |
Shades of #74caef
Tints of #74caef
RGB Percentages of Color #74caef
CMYK Percentages of Color #74caef
Complementary Color
#74caef | #ef9974 |
#74caef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#74caef Color Preview on White Background
Lorem ipsum dolor sit amet.
#74caef Color CSS Codes
.mybgcolor {background-color:#74caef; } .myforecolor {color:#74caef; } .mybordercolor {border:3px solid #74caef; }
#74caef Text Font Color
<p style="color:#74caef">Text here</p>
This sample text font color is #74caef
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.
#74caef Background Color
<div style="background-color:#74caef">
Div content here</div>
This div background color is #74caef
#74caef Border Color
<div style="border:3px solid #74caef">
Div here</div>
This div border color is #74caef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,202,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #74caef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #74caef; -webkit-box-shadow: 1px 1px 3px 2px #74caef; box-shadow: 1px 1px 3px 2px #74caef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,202,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #74caef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #74caef; -webkit-box-shadow: 1px 1px 3px 2px #74caef; box-shadow: 1px 1px 3px 2px #74caef;">
Div content here</div>
This div box has shadow with color #74caef
Comments
No comments written yet.
Please login to write comment.