Color spaces of #cabec1
RGB | 202 | 190 | 193 |
---|---|---|---|
HSL | 0.96 | 0.10 | 0.77 |
HSV | 345° | 6° | 79° |
CMYK | 0.00 | 0.06 | 0.04 0.21 |
XYZ | 52.3962 | 53.2337 | 57.9656 |
Yxy | 53.2337 | 0.3203 | 0.3254 |
Hunter Lab | 72.9614 | 0.5047 | 3.9689 |
CIE-Lab | 78.0128 | 4.7473 | -0.0029 |
#cabec1 color RGB value is (202,190,193).
#cabec1 hex color red value is 202, green value is 190 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #cabec1 hue: 0.96 , saturation: 0.10 and the lightness value of cabec1 is 0.77.
The process color (four color CMYK) of #cabec1 color hex is 0.00, 0.06, 0.04, 0.21. Web safe color of #cabec1 is #cccccc. Color #cabec1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10111110 | 11000001 |
Octal | 312 | 276 | 301 |
Decimal | 202 | 190 | 193 |
Hex | CA | BE | C1 |
Shades of #cabec1
Tints of #cabec1
RGB Percentages of Color #cabec1
CMYK Percentages of Color #cabec1
Complementary Color
#cabec1 | #becac7 |
#cabec1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cabec1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cabec1 Color CSS Codes
.mybgcolor {background-color:#cabec1; } .myforecolor {color:#cabec1; } .mybordercolor {border:3px solid #cabec1; }
#cabec1 Text Font Color
<p style="color:#cabec1">Text here</p>
This sample text font color is #cabec1
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.
#cabec1 Background Color
<div style="background-color:#cabec1">
Div content here</div>
This div background color is #cabec1
#cabec1 Border Color
<div style="border:3px solid #cabec1">
Div here</div>
This div border color is #cabec1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,190,193, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cabec1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cabec1; -webkit-box-shadow: 1px 1px 3px 2px #cabec1; box-shadow: 1px 1px 3px 2px #cabec1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,190,193, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cabec1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cabec1; -webkit-box-shadow: 1px 1px 3px 2px #cabec1; box-shadow: 1px 1px 3px 2px #cabec1;">
Div content here</div>
This div box has shadow with color #cabec1
#cabec1 Color Palettes
Comments
No comments written yet.
Please login to write comment.