Color spaces of #caddcc
RGB | 202 | 221 | 204 |
---|---|---|---|
HSL | 0.35 | 0.22 | 0.83 |
HSV | 126° | 9° | 87° |
CMYK | 0.09 | 0.00 | 0.08 0.13 |
XYZ | 61.1127 | 68.6291 | 67.1525 |
Yxy | 68.6291 | 0.3104 | 0.3486 |
Hunter Lab | 82.8427 | -13.2960 | 9.9292 |
CIE-Lab | 86.3201 | -9.4815 | 6.1729 |
#caddcc color RGB value is (202,221,204).
#caddcc hex color red value is 202, green value is 221 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #caddcc hue: 0.35 , saturation: 0.22 and the lightness value of caddcc is 0.83.
The process color (four color CMYK) of #caddcc color hex is 0.09, 0.00, 0.08, 0.13. Web safe color of #caddcc is #cccccc. Color #caddcc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11011101 | 11001100 |
Octal | 312 | 335 | 314 |
Decimal | 202 | 221 | 204 |
Hex | CA | DD | CC |
Shades of #caddcc
Tints of #caddcc
RGB Percentages of Color #caddcc
CMYK Percentages of Color #caddcc
Complementary Color
#caddcc | #ddcadb |
#caddcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#caddcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#caddcc Color CSS Codes
.mybgcolor {background-color:#caddcc; } .myforecolor {color:#caddcc; } .mybordercolor {border:3px solid #caddcc; }
#caddcc Text Font Color
<p style="color:#caddcc">Text here</p>
This sample text font color is #caddcc
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.
#caddcc Background Color
<div style="background-color:#caddcc">
Div content here</div>
This div background color is #caddcc
#caddcc Border Color
<div style="border:3px solid #caddcc">
Div here</div>
This div border color is #caddcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,221,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #caddcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #caddcc; -webkit-box-shadow: 1px 1px 3px 2px #caddcc; box-shadow: 1px 1px 3px 2px #caddcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,221,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #caddcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #caddcc; -webkit-box-shadow: 1px 1px 3px 2px #caddcc; box-shadow: 1px 1px 3px 2px #caddcc;">
Div content here</div>
This div box has shadow with color #caddcc
Comments
No comments written yet.
Please login to write comment.