Color spaces of #cbaaef
RGB | 203 | 170 | 239 |
---|---|---|---|
HSL | 0.75 | 0.68 | 0.80 |
HSV | 269° | 29° | 94° |
CMYK | 0.15 | 0.29 | 0.00 0.06 |
XYZ | 54.5833 | 47.6780 | 87.9873 |
Yxy | 47.6780 | 0.2869 | 0.2506 |
Hunter Lab | 69.0493 | 20.2677 | -27.2169 |
CIE-Lab | 74.6214 | 24.9921 | -30.0436 |
#cbaaef color RGB value is (203,170,239).
#cbaaef hex color red value is 203, green value is 170 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cbaaef hue: 0.75 , saturation: 0.68 and the lightness value of cbaaef is 0.80.
The process color (four color CMYK) of #cbaaef color hex is 0.15, 0.29, 0.00, 0.06. Web safe color of #cbaaef is #cc99ff. Color #cbaaef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10101010 | 11101111 |
Octal | 313 | 252 | 357 |
Decimal | 203 | 170 | 239 |
Hex | CB | AA | EF |
Shades of #cbaaef
Tints of #cbaaef
RGB Percentages of Color #cbaaef
CMYK Percentages of Color #cbaaef
Complementary Color
#cbaaef | #ceefaa |
#cbaaef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbaaef Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbaaef Color CSS Codes
.mybgcolor {background-color:#cbaaef; } .myforecolor {color:#cbaaef; } .mybordercolor {border:3px solid #cbaaef; }
#cbaaef Text Font Color
<p style="color:#cbaaef">Text here</p>
This sample text font color is #cbaaef
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.
#cbaaef Background Color
<div style="background-color:#cbaaef">
Div content here</div>
This div background color is #cbaaef
#cbaaef Border Color
<div style="border:3px solid #cbaaef">
Div here</div>
This div border color is #cbaaef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,170,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbaaef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbaaef; -webkit-box-shadow: 1px 1px 3px 2px #cbaaef; box-shadow: 1px 1px 3px 2px #cbaaef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,170,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbaaef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbaaef; -webkit-box-shadow: 1px 1px 3px 2px #cbaaef; box-shadow: 1px 1px 3px 2px #cbaaef;">
Div content here</div>
This div box has shadow with color #cbaaef
Comments
No comments written yet.
Please login to write comment.