Color spaces of #cbaabe
RGB | 203 | 170 | 190 |
---|---|---|---|
HSL | 0.90 | 0.24 | 0.73 |
HSV | 324° | 16° | 80° |
CMYK | 0.00 | 0.16 | 0.06 0.20 |
XYZ | 48.2976 | 45.1637 | 54.8871 |
Yxy | 45.1637 | 0.3256 | 0.3044 |
Hunter Lab | 67.2039 | 10.6761 | -1.3808 |
CIE-Lab | 72.9996 | 15.3746 | -5.7245 |
#cbaabe color RGB value is (203,170,190).
#cbaabe hex color red value is 203, green value is 170 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cbaabe hue: 0.90 , saturation: 0.24 and the lightness value of cbaabe is 0.73.
The process color (four color CMYK) of #cbaabe color hex is 0.00, 0.16, 0.06, 0.20. Web safe color of #cbaabe is #cc99cc. Color #cbaabe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10101010 | 10111110 |
Octal | 313 | 252 | 276 |
Decimal | 203 | 170 | 190 |
Hex | CB | AA | BE |
Shades of #cbaabe
Tints of #cbaabe
RGB Percentages of Color #cbaabe
CMYK Percentages of Color #cbaabe
Complementary Color
#cbaabe | #aacbb7 |
#cbaabe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbaabe Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbaabe Color CSS Codes
.mybgcolor {background-color:#cbaabe; } .myforecolor {color:#cbaabe; } .mybordercolor {border:3px solid #cbaabe; }
#cbaabe Text Font Color
<p style="color:#cbaabe">Text here</p>
This sample text font color is #cbaabe
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.
#cbaabe Background Color
<div style="background-color:#cbaabe">
Div content here</div>
This div background color is #cbaabe
#cbaabe Border Color
<div style="border:3px solid #cbaabe">
Div here</div>
This div border color is #cbaabe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,170,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbaabe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbaabe; -webkit-box-shadow: 1px 1px 3px 2px #cbaabe; box-shadow: 1px 1px 3px 2px #cbaabe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,170,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbaabe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbaabe; -webkit-box-shadow: 1px 1px 3px 2px #cbaabe; box-shadow: 1px 1px 3px 2px #cbaabe;">
Div content here</div>
This div box has shadow with color #cbaabe
Comments
No comments written yet.
Please login to write comment.