Color spaces of #ccabef
RGB | 204 | 171 | 239 |
---|---|---|---|
HSL | 0.75 | 0.68 | 0.80 |
HSV | 269° | 28° | 94° |
CMYK | 0.15 | 0.28 | 0.00 0.06 |
XYZ | 55.0447 | 48.1952 | 88.0628 |
Yxy | 48.1952 | 0.2877 | 0.2519 |
Hunter Lab | 69.4228 | 20.0413 | -26.6135 |
CIE-Lab | 74.9479 | 24.7526 | -29.5339 |
#ccabef color RGB value is (204,171,239).
#ccabef hex color red value is 204, green value is 171 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ccabef hue: 0.75 , saturation: 0.68 and the lightness value of ccabef is 0.80.
The process color (four color CMYK) of #ccabef color hex is 0.15, 0.28, 0.00, 0.06. Web safe color of #ccabef is #cc99ff. Color #ccabef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10101011 | 11101111 |
Octal | 314 | 253 | 357 |
Decimal | 204 | 171 | 239 |
Hex | CC | AB | EF |
Shades of #ccabef
Tints of #ccabef
RGB Percentages of Color #ccabef
CMYK Percentages of Color #ccabef
Complementary Color
#ccabef | #ceefab |
#ccabef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccabef Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccabef Color CSS Codes
.mybgcolor {background-color:#ccabef; } .myforecolor {color:#ccabef; } .mybordercolor {border:3px solid #ccabef; }
#ccabef Text Font Color
<p style="color:#ccabef">Text here</p>
This sample text font color is #ccabef
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.
#ccabef Background Color
<div style="background-color:#ccabef">
Div content here</div>
This div background color is #ccabef
#ccabef Border Color
<div style="border:3px solid #ccabef">
Div here</div>
This div border color is #ccabef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,171,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccabef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccabef; -webkit-box-shadow: 1px 1px 3px 2px #ccabef; box-shadow: 1px 1px 3px 2px #ccabef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,171,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 #ccabef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccabef; -webkit-box-shadow: 1px 1px 3px 2px #ccabef; box-shadow: 1px 1px 3px 2px #ccabef;">
Div content here</div>
This div box has shadow with color #ccabef
Comments
No comments written yet.
Please login to write comment.