Color spaces of #cabec6
RGB | 202 | 190 | 198 |
---|---|---|---|
HSL | 0.89 | 0.10 | 0.77 |
HSV | 320° | 6° | 79° |
CMYK | 0.00 | 0.06 | 0.02 0.21 |
XYZ | 52.9636 | 53.4607 | 60.9535 |
Yxy | 53.4607 | 0.3164 | 0.3194 |
Hunter Lab | 73.1168 | 1.3455 | 1.7549 |
CIE-Lab | 78.1462 | 5.6467 | -2.5114 |
#cabec6 color RGB value is (202,190,198).
#cabec6 hex color red value is 202, green value is 190 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #cabec6 hue: 0.89 , saturation: 0.10 and the lightness value of cabec6 is 0.77.
The process color (four color CMYK) of #cabec6 color hex is 0.00, 0.06, 0.02, 0.21. Web safe color of #cabec6 is #cccccc. Color #cabec6 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10111110 | 11000110 |
Octal | 312 | 276 | 306 |
Decimal | 202 | 190 | 198 |
Hex | CA | BE | C6 |
Shades of #cabec6
Tints of #cabec6
RGB Percentages of Color #cabec6
CMYK Percentages of Color #cabec6
Complementary Color
#cabec6 | #becac2 |
#cabec6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cabec6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cabec6 Color CSS Codes
.mybgcolor {background-color:#cabec6; } .myforecolor {color:#cabec6; } .mybordercolor {border:3px solid #cabec6; }
#cabec6 Text Font Color
<p style="color:#cabec6">Text here</p>
This sample text font color is #cabec6
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.
#cabec6 Background Color
<div style="background-color:#cabec6">
Div content here</div>
This div background color is #cabec6
#cabec6 Border Color
<div style="border:3px solid #cabec6">
Div here</div>
This div border color is #cabec6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,190,198, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cabec6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cabec6; -webkit-box-shadow: 1px 1px 3px 2px #cabec6; box-shadow: 1px 1px 3px 2px #cabec6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,190,198, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cabec6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cabec6; -webkit-box-shadow: 1px 1px 3px 2px #cabec6; box-shadow: 1px 1px 3px 2px #cabec6;">
Div content here</div>
This div box has shadow with color #cabec6
Comments
No comments written yet.
Please login to write comment.