Color spaces of #cbaebf
RGB | 203 | 174 | 191 |
---|---|---|---|
HSL | 0.90 | 0.22 | 0.74 |
HSV | 325° | 14° | 80° |
CMYK | 0.00 | 0.14 | 0.06 0.20 |
XYZ | 49.1686 | 46.7302 | 55.7186 |
Yxy | 46.7302 | 0.3243 | 0.3082 |
Hunter Lab | 68.3595 | 8.7597 | -0.4746 |
CIE-Lab | 74.0169 | 13.3739 | -4.7703 |
#cbaebf color RGB value is (203,174,191).
#cbaebf hex color red value is 203, green value is 174 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #cbaebf hue: 0.90 , saturation: 0.22 and the lightness value of cbaebf is 0.74.
The process color (four color CMYK) of #cbaebf color hex is 0.00, 0.14, 0.06, 0.20. Web safe color of #cbaebf is #cc99cc. Color #cbaebf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10101110 | 10111111 |
Octal | 313 | 256 | 277 |
Decimal | 203 | 174 | 191 |
Hex | CB | AE | BF |
Shades of #cbaebf
Tints of #cbaebf
RGB Percentages of Color #cbaebf
CMYK Percentages of Color #cbaebf
Complementary Color
#cbaebf | #aecbba |
#cbaebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbaebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbaebf Color CSS Codes
.mybgcolor {background-color:#cbaebf; } .myforecolor {color:#cbaebf; } .mybordercolor {border:3px solid #cbaebf; }
#cbaebf Text Font Color
<p style="color:#cbaebf">Text here</p>
This sample text font color is #cbaebf
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.
#cbaebf Background Color
<div style="background-color:#cbaebf">
Div content here</div>
This div background color is #cbaebf
#cbaebf Border Color
<div style="border:3px solid #cbaebf">
Div here</div>
This div border color is #cbaebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,174,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbaebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbaebf; -webkit-box-shadow: 1px 1px 3px 2px #cbaebf; box-shadow: 1px 1px 3px 2px #cbaebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,174,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbaebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbaebf; -webkit-box-shadow: 1px 1px 3px 2px #cbaebf; box-shadow: 1px 1px 3px 2px #cbaebf;">
Div content here</div>
This div box has shadow with color #cbaebf
Comments
No comments written yet.
Please login to write comment.