Color spaces of #cacec5
RGB | 202 | 206 | 197 |
---|---|---|---|
HSL | 0.24 | 0.08 | 0.79 |
HSV | 87° | 4° | 81° |
CMYK | 0.02 | 0.00 | 0.04 0.19 |
XYZ | 56.5065 | 60.7304 | 61.5673 |
Yxy | 60.7304 | 0.3160 | 0.3396 |
Hunter Lab | 77.9297 | -6.9474 | 7.7095 |
CIE-Lab | 82.2336 | -2.9942 | 3.9843 |
#cacec5 color RGB value is (202,206,197).
#cacec5 hex color red value is 202, green value is 206 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #cacec5 hue: 0.24 , saturation: 0.08 and the lightness value of cacec5 is 0.79.
The process color (four color CMYK) of #cacec5 color hex is 0.02, 0.00, 0.04, 0.19. Web safe color of #cacec5 is #cccccc. Color #cacec5 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11001110 | 11000101 |
Octal | 312 | 316 | 305 |
Decimal | 202 | 206 | 197 |
Hex | CA | CE | C5 |
Shades of #cacec5
Tints of #cacec5
RGB Percentages of Color #cacec5
CMYK Percentages of Color #cacec5
Complementary Color
#cacec5 | #c9c5ce |
#cacec5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cacec5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cacec5 Color CSS Codes
.mybgcolor {background-color:#cacec5; } .myforecolor {color:#cacec5; } .mybordercolor {border:3px solid #cacec5; }
#cacec5 Text Font Color
<p style="color:#cacec5">Text here</p>
This sample text font color is #cacec5
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.
#cacec5 Background Color
<div style="background-color:#cacec5">
Div content here</div>
This div background color is #cacec5
#cacec5 Border Color
<div style="border:3px solid #cacec5">
Div here</div>
This div border color is #cacec5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,206,197, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cacec5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cacec5; -webkit-box-shadow: 1px 1px 3px 2px #cacec5; box-shadow: 1px 1px 3px 2px #cacec5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,206,197, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cacec5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cacec5; -webkit-box-shadow: 1px 1px 3px 2px #cacec5; box-shadow: 1px 1px 3px 2px #cacec5;">
Div content here</div>
This div box has shadow with color #cacec5
Comments
No comments written yet.
Please login to write comment.