Color spaces of #74cdad
RGB | 116 | 205 | 173 |
---|---|---|---|
HSL | 0.44 | 0.47 | 0.63 |
HSV | 158° | 43° | 80° |
CMYK | 0.43 | 0.00 | 0.16 0.20 |
XYZ | 36.5766 | 50.3928 | 47.3342 |
Yxy | 50.3928 | 0.2723 | 0.3752 |
Hunter Lab | 70.9879 | -32.2564 | 10.1574 |
CIE-Lab | 76.3097 | -34.2021 | 7.6469 |
#74cdad color RGB value is (116,205,173).
#74cdad hex color red value is 116, green value is 205 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #74cdad hue: 0.44 , saturation: 0.47 and the lightness value of 74cdad is 0.63.
The process color (four color CMYK) of #74cdad color hex is 0.43, 0.00, 0.16, 0.20. Web safe color of #74cdad is #66cc99. Color #74cdad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 11001101 | 10101101 |
Octal | 164 | 315 | 255 |
Decimal | 116 | 205 | 173 |
Hex | 74 | CD | AD |
Shades of #74cdad
Tints of #74cdad
RGB Percentages of Color #74cdad
CMYK Percentages of Color #74cdad
Complementary Color
#74cdad | #cd7494 |
#74cdad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#74cdad Color Preview on White Background
Lorem ipsum dolor sit amet.
#74cdad Color CSS Codes
.mybgcolor {background-color:#74cdad; } .myforecolor {color:#74cdad; } .mybordercolor {border:3px solid #74cdad; }
#74cdad Text Font Color
<p style="color:#74cdad">Text here</p>
This sample text font color is #74cdad
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.
#74cdad Background Color
<div style="background-color:#74cdad">
Div content here</div>
This div background color is #74cdad
#74cdad Border Color
<div style="border:3px solid #74cdad">
Div here</div>
This div border color is #74cdad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,205,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #74cdad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #74cdad; -webkit-box-shadow: 1px 1px 3px 2px #74cdad; box-shadow: 1px 1px 3px 2px #74cdad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,205,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #74cdad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #74cdad; -webkit-box-shadow: 1px 1px 3px 2px #74cdad; box-shadow: 1px 1px 3px 2px #74cdad;">
Div content here</div>
This div box has shadow with color #74cdad
Comments
No comments written yet.
Please login to write comment.