Color spaces of #cbaecc
RGB | 203 | 174 | 204 |
---|---|---|---|
HSL | 0.83 | 0.23 | 0.74 |
HSV | 298° | 15° | 80° |
CMYK | 0.00 | 0.15 | 0.00 0.20 |
XYZ | 50.6637 | 47.3282 | 63.5917 |
Yxy | 47.3282 | 0.3135 | 0.2929 |
Hunter Lab | 68.7955 | 11.0623 | -6.6484 |
CIE-Lab | 74.3992 | 15.7536 | -11.3164 |
#cbaecc color RGB value is (203,174,204).
#cbaecc hex color red value is 203, green value is 174 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cbaecc hue: 0.83 , saturation: 0.23 and the lightness value of cbaecc is 0.74.
The process color (four color CMYK) of #cbaecc color hex is 0.00, 0.15, 0.00, 0.20. Web safe color of #cbaecc is #cc99cc. Color #cbaecc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10101110 | 11001100 |
Octal | 313 | 256 | 314 |
Decimal | 203 | 174 | 204 |
Hex | CB | AE | CC |
Shades of #cbaecc
Tints of #cbaecc
RGB Percentages of Color #cbaecc
CMYK Percentages of Color #cbaecc
Complementary Color
#cbaecc | #afccae |
#cbaecc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbaecc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbaecc Color CSS Codes
.mybgcolor {background-color:#cbaecc; } .myforecolor {color:#cbaecc; } .mybordercolor {border:3px solid #cbaecc; }
#cbaecc Text Font Color
<p style="color:#cbaecc">Text here</p>
This sample text font color is #cbaecc
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.
#cbaecc Background Color
<div style="background-color:#cbaecc">
Div content here</div>
This div background color is #cbaecc
#cbaecc Border Color
<div style="border:3px solid #cbaecc">
Div here</div>
This div border color is #cbaecc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,174,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbaecc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbaecc; -webkit-box-shadow: 1px 1px 3px 2px #cbaecc; box-shadow: 1px 1px 3px 2px #cbaecc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,174,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbaecc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbaecc; -webkit-box-shadow: 1px 1px 3px 2px #cbaecc; box-shadow: 1px 1px 3px 2px #cbaecc;">
Div content here</div>
This div box has shadow with color #cbaecc
Comments
No comments written yet.
Please login to write comment.