Color spaces of #cceabf
RGB | 204 | 234 | 191 |
---|---|---|---|
HSL | 0.28 | 0.51 | 0.83 |
HSV | 102° | 18° | 92° |
CMYK | 0.13 | 0.00 | 0.18 0.08 |
XYZ | 63.7286 | 75.4446 | 60.4936 |
Yxy | 75.4446 | 0.3192 | 0.3779 |
Hunter Lab | 86.8589 | -21.0370 | 19.5082 |
CIE-Lab | 89.6008 | -17.5512 | 17.6535 |
#cceabf color RGB value is (204,234,191).
#cceabf hex color red value is 204, green value is 234 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #cceabf hue: 0.28 , saturation: 0.51 and the lightness value of cceabf is 0.83.
The process color (four color CMYK) of #cceabf color hex is 0.13, 0.00, 0.18, 0.08. Web safe color of #cceabf is #ccffcc. Color #cceabf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11101010 | 10111111 |
Octal | 314 | 352 | 277 |
Decimal | 204 | 234 | 191 |
Hex | CC | EA | BF |
Shades of #cceabf
Tints of #cceabf
RGB Percentages of Color #cceabf
CMYK Percentages of Color #cceabf
Complementary Color
#cceabf | #ddbfea |
#cceabf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cceabf Color Preview on White Background
Lorem ipsum dolor sit amet.
#cceabf Color CSS Codes
.mybgcolor {background-color:#cceabf; } .myforecolor {color:#cceabf; } .mybordercolor {border:3px solid #cceabf; }
#cceabf Text Font Color
<p style="color:#cceabf">Text here</p>
This sample text font color is #cceabf
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.
#cceabf Background Color
<div style="background-color:#cceabf">
Div content here</div>
This div background color is #cceabf
#cceabf Border Color
<div style="border:3px solid #cceabf">
Div here</div>
This div border color is #cceabf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,234,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cceabf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cceabf; -webkit-box-shadow: 1px 1px 3px 2px #cceabf; box-shadow: 1px 1px 3px 2px #cceabf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,234,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 #cceabf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cceabf; -webkit-box-shadow: 1px 1px 3px 2px #cceabf; box-shadow: 1px 1px 3px 2px #cceabf;">
Div content here</div>
This div box has shadow with color #cceabf
Comments
No comments written yet.
Please login to write comment.