Color spaces of #cad396
RGB | 202 | 211 | 150 |
---|---|---|---|
HSL | 0.19 | 0.41 | 0.71 |
HSV | 69° | 29° | 83° |
CMYK | 0.04 | 0.00 | 0.29 0.17 |
XYZ | 53.1564 | 61.3471 | 37.8937 |
Yxy | 61.3471 | 0.3488 | 0.4025 |
Hunter Lab | 78.3244 | -15.9251 | 26.1423 |
CIE-Lab | 82.5650 | -12.9011 | 29.2596 |
#cad396 color RGB value is (202,211,150).
#cad396 hex color red value is 202, green value is 211 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cad396 hue: 0.19 , saturation: 0.41 and the lightness value of cad396 is 0.71.
The process color (four color CMYK) of #cad396 color hex is 0.04, 0.00, 0.29, 0.17. Web safe color of #cad396 is #cccc99. Color #cad396 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11010011 | 10010110 |
Octal | 312 | 323 | 226 |
Decimal | 202 | 211 | 150 |
Hex | CA | D3 | 96 |
Shades of #cad396
Tints of #cad396
RGB Percentages of Color #cad396
CMYK Percentages of Color #cad396
Complementary Color
#cad396 | #9f96d3 |
#cad396 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cad396 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cad396 Color CSS Codes
.mybgcolor {background-color:#cad396; } .myforecolor {color:#cad396; } .mybordercolor {border:3px solid #cad396; }
#cad396 Text Font Color
<p style="color:#cad396">Text here</p>
This sample text font color is #cad396
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.
#cad396 Background Color
<div style="background-color:#cad396">
Div content here</div>
This div background color is #cad396
#cad396 Border Color
<div style="border:3px solid #cad396">
Div here</div>
This div border color is #cad396
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,211,150, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cad396; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cad396; -webkit-box-shadow: 1px 1px 3px 2px #cad396; box-shadow: 1px 1px 3px 2px #cad396; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,211,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 #cad396">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cad396; -webkit-box-shadow: 1px 1px 3px 2px #cad396; box-shadow: 1px 1px 3px 2px #cad396;">
Div content here</div>
This div box has shadow with color #cad396
Comments
No comments written yet.
Please login to write comment.