Color spaces of #cceab7
RGB | 204 | 234 | 183 |
---|---|---|---|
HSL | 0.26 | 0.55 | 0.82 |
HSV | 95° | 22° | 92° |
CMYK | 0.13 | 0.00 | 0.22 0.08 |
XYZ | 62.8719 | 75.1019 | 55.9822 |
Yxy | 75.1019 | 0.3242 | 0.3872 |
Hunter Lab | 86.6614 | -22.1575 | 22.3623 |
CIE-Lab | 89.4407 | -18.8308 | 21.5707 |
#cceab7 color RGB value is (204,234,183).
#cceab7 hex color red value is 204, green value is 234 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #cceab7 hue: 0.26 , saturation: 0.55 and the lightness value of cceab7 is 0.82.
The process color (four color CMYK) of #cceab7 color hex is 0.13, 0.00, 0.22, 0.08. Web safe color of #cceab7 is #ccffcc. Color #cceab7 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11101010 | 10110111 |
Octal | 314 | 352 | 267 |
Decimal | 204 | 234 | 183 |
Hex | CC | EA | B7 |
Shades of #cceab7
Tints of #cceab7
RGB Percentages of Color #cceab7
CMYK Percentages of Color #cceab7
Complementary Color
#cceab7 | #d5b7ea |
#cceab7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cceab7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cceab7 Color CSS Codes
.mybgcolor {background-color:#cceab7; } .myforecolor {color:#cceab7; } .mybordercolor {border:3px solid #cceab7; }
#cceab7 Text Font Color
<p style="color:#cceab7">Text here</p>
This sample text font color is #cceab7
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.
#cceab7 Background Color
<div style="background-color:#cceab7">
Div content here</div>
This div background color is #cceab7
#cceab7 Border Color
<div style="border:3px solid #cceab7">
Div here</div>
This div border color is #cceab7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,234,183, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cceab7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cceab7; -webkit-box-shadow: 1px 1px 3px 2px #cceab7; box-shadow: 1px 1px 3px 2px #cceab7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,234,183, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cceab7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cceab7; -webkit-box-shadow: 1px 1px 3px 2px #cceab7; box-shadow: 1px 1px 3px 2px #cceab7;">
Div content here</div>
This div box has shadow with color #cceab7
Comments
No comments written yet.
Please login to write comment.