Color spaces of #cabec7
RGB | 202 | 190 | 199 |
---|---|---|---|
HSL | 0.88 | 0.10 | 0.77 |
HSV | 315° | 6° | 79° |
CMYK | 0.00 | 0.06 | 0.01 0.21 |
XYZ | 53.0794 | 53.5070 | 61.5631 |
Yxy | 53.5070 | 0.3157 | 0.3182 |
Hunter Lab | 73.1485 | 1.5167 | 1.3044 |
CIE-Lab | 78.1734 | 5.8292 | -3.0123 |
#cabec7 color RGB value is (202,190,199).
#cabec7 hex color red value is 202, green value is 190 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #cabec7 hue: 0.88 , saturation: 0.10 and the lightness value of cabec7 is 0.77.
The process color (four color CMYK) of #cabec7 color hex is 0.00, 0.06, 0.01, 0.21. Web safe color of #cabec7 is #cccccc. Color #cabec7 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10111110 | 11000111 |
Octal | 312 | 276 | 307 |
Decimal | 202 | 190 | 199 |
Hex | CA | BE | C7 |
Shades of #cabec7
Tints of #cabec7
RGB Percentages of Color #cabec7
CMYK Percentages of Color #cabec7
Complementary Color
#cabec7 | #becac1 |
#cabec7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cabec7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cabec7 Color CSS Codes
.mybgcolor {background-color:#cabec7; } .myforecolor {color:#cabec7; } .mybordercolor {border:3px solid #cabec7; }
#cabec7 Text Font Color
<p style="color:#cabec7">Text here</p>
This sample text font color is #cabec7
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.
#cabec7 Background Color
<div style="background-color:#cabec7">
Div content here</div>
This div background color is #cabec7
#cabec7 Border Color
<div style="border:3px solid #cabec7">
Div here</div>
This div border color is #cabec7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,190,199, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cabec7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cabec7; -webkit-box-shadow: 1px 1px 3px 2px #cabec7; box-shadow: 1px 1px 3px 2px #cabec7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,190,199, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cabec7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cabec7; -webkit-box-shadow: 1px 1px 3px 2px #cabec7; box-shadow: 1px 1px 3px 2px #cabec7;">
Div content here</div>
This div box has shadow with color #cabec7
Comments
No comments written yet.
Please login to write comment.