Color spaces of #cadf96
RGB | 202 | 223 | 150 |
---|---|---|---|
HSL | 0.21 | 0.53 | 0.73 |
HSV | 77° | 33° | 87° |
CMYK | 0.09 | 0.00 | 0.33 0.13 |
XYZ | 56.2498 | 67.5339 | 38.9248 |
Yxy | 67.5339 | 0.3457 | 0.4151 |
Hunter Lab | 82.1790 | -21.6338 | 29.4421 |
CIE-Lab | 85.7728 | -18.8873 | 33.5259 |
#cadf96 color RGB value is (202,223,150).
#cadf96 hex color red value is 202, green value is 223 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cadf96 hue: 0.21 , saturation: 0.53 and the lightness value of cadf96 is 0.73.
The process color (four color CMYK) of #cadf96 color hex is 0.09, 0.00, 0.33, 0.13. Web safe color of #cadf96 is #cccc99. Color #cadf96 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11011111 | 10010110 |
Octal | 312 | 337 | 226 |
Decimal | 202 | 223 | 150 |
Hex | CA | DF | 96 |
Shades of #cadf96
Tints of #cadf96
RGB Percentages of Color #cadf96
CMYK Percentages of Color #cadf96
Complementary Color
#cadf96 | #ab96df |
#cadf96 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cadf96 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cadf96 Color CSS Codes
.mybgcolor {background-color:#cadf96; } .myforecolor {color:#cadf96; } .mybordercolor {border:3px solid #cadf96; }
#cadf96 Text Font Color
<p style="color:#cadf96">Text here</p>
This sample text font color is #cadf96
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.
#cadf96 Background Color
<div style="background-color:#cadf96">
Div content here</div>
This div background color is #cadf96
#cadf96 Border Color
<div style="border:3px solid #cadf96">
Div here</div>
This div border color is #cadf96
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,223,150, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cadf96; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cadf96; -webkit-box-shadow: 1px 1px 3px 2px #cadf96; box-shadow: 1px 1px 3px 2px #cadf96; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,223,150, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cadf96">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cadf96; -webkit-box-shadow: 1px 1px 3px 2px #cadf96; box-shadow: 1px 1px 3px 2px #cadf96;">
Div content here</div>
This div box has shadow with color #cadf96
Comments
No comments written yet.
Please login to write comment.