Color spaces of #cadfad
RGB | 202 | 223 | 173 |
---|---|---|---|
HSL | 0.24 | 0.44 | 0.78 |
HSV | 85° | 22° | 87° |
CMYK | 0.09 | 0.00 | 0.22 0.13 |
XYZ | 58.2876 | 68.3490 | 49.6558 |
Yxy | 68.3490 | 0.3306 | 0.3877 |
Hunter Lab | 82.6735 | -18.8300 | 22.2603 |
CIE-Lab | 86.1807 | -15.6358 | 22.2282 |
#cadfad color RGB value is (202,223,173).
#cadfad hex color red value is 202, green value is 223 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cadfad hue: 0.24 , saturation: 0.44 and the lightness value of cadfad is 0.78.
The process color (four color CMYK) of #cadfad color hex is 0.09, 0.00, 0.22, 0.13. Web safe color of #cadfad is #cccc99. Color #cadfad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11011111 | 10101101 |
Octal | 312 | 337 | 255 |
Decimal | 202 | 223 | 173 |
Hex | CA | DF | AD |
Shades of #cadfad
Tints of #cadfad
RGB Percentages of Color #cadfad
CMYK Percentages of Color #cadfad
Complementary Color
#cadfad | #c2addf |
#cadfad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cadfad Color Preview on White Background
Lorem ipsum dolor sit amet.
#cadfad Color CSS Codes
.mybgcolor {background-color:#cadfad; } .myforecolor {color:#cadfad; } .mybordercolor {border:3px solid #cadfad; }
#cadfad Text Font Color
<p style="color:#cadfad">Text here</p>
This sample text font color is #cadfad
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.
#cadfad Background Color
<div style="background-color:#cadfad">
Div content here</div>
This div background color is #cadfad
#cadfad Border Color
<div style="border:3px solid #cadfad">
Div here</div>
This div border color is #cadfad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,223,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cadfad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cadfad; -webkit-box-shadow: 1px 1px 3px 2px #cadfad; box-shadow: 1px 1px 3px 2px #cadfad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,223,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 #cadfad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cadfad; -webkit-box-shadow: 1px 1px 3px 2px #cadfad; box-shadow: 1px 1px 3px 2px #cadfad;">
Div content here</div>
This div box has shadow with color #cadfad
Comments
No comments written yet.
Please login to write comment.