Color spaces of #cacfc0
RGB | 202 | 207 | 192 |
---|---|---|---|
HSL | 0.22 | 0.14 | 0.78 |
HSV | 80° | 7° | 81° |
CMYK | 0.02 | 0.00 | 0.07 0.19 |
XYZ | 56.1844 | 60.9880 | 58.6798 |
Yxy | 60.9880 | 0.3195 | 0.3468 |
Hunter Lab | 78.0948 | -8.2462 | 10.1164 |
CIE-Lab | 82.3723 | -4.3924 | 6.8505 |
#cacfc0 color RGB value is (202,207,192).
#cacfc0 hex color red value is 202, green value is 207 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #cacfc0 hue: 0.22 , saturation: 0.14 and the lightness value of cacfc0 is 0.78.
The process color (four color CMYK) of #cacfc0 color hex is 0.02, 0.00, 0.07, 0.19. Web safe color of #cacfc0 is #cccccc. Color #cacfc0 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11001111 | 11000000 |
Octal | 312 | 317 | 300 |
Decimal | 202 | 207 | 192 |
Hex | CA | CF | C0 |
Shades of #cacfc0
Tints of #cacfc0
RGB Percentages of Color #cacfc0
CMYK Percentages of Color #cacfc0
Complementary Color
#cacfc0 | #c5c0cf |
#cacfc0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cacfc0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cacfc0 Color CSS Codes
.mybgcolor {background-color:#cacfc0; } .myforecolor {color:#cacfc0; } .mybordercolor {border:3px solid #cacfc0; }
#cacfc0 Text Font Color
<p style="color:#cacfc0">Text here</p>
This sample text font color is #cacfc0
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.
#cacfc0 Background Color
<div style="background-color:#cacfc0">
Div content here</div>
This div background color is #cacfc0
#cacfc0 Border Color
<div style="border:3px solid #cacfc0">
Div here</div>
This div border color is #cacfc0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,207,192, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cacfc0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cacfc0; -webkit-box-shadow: 1px 1px 3px 2px #cacfc0; box-shadow: 1px 1px 3px 2px #cacfc0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,207,192, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cacfc0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cacfc0; -webkit-box-shadow: 1px 1px 3px 2px #cacfc0; box-shadow: 1px 1px 3px 2px #cacfc0;">
Div content here</div>
This div box has shadow with color #cacfc0
Comments
No comments written yet.
Please login to write comment.