Color spaces of #cbeacf
RGB | 203 | 234 | 207 |
---|---|---|---|
HSL | 0.35 | 0.42 | 0.86 |
HSV | 128° | 13° | 92° |
CMYK | 0.13 | 0.00 | 0.12 0.08 |
XYZ | 65.3139 | 76.0471 | 70.2676 |
Yxy | 76.0471 | 0.3086 | 0.3593 |
Hunter Lab | 87.2050 | -18.9176 | 13.2691 |
CIE-Lab | 89.8812 | -15.1606 | 9.7201 |
#cbeacf color RGB value is (203,234,207).
#cbeacf hex color red value is 203, green value is 234 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #cbeacf hue: 0.35 , saturation: 0.42 and the lightness value of cbeacf is 0.86.
The process color (four color CMYK) of #cbeacf color hex is 0.13, 0.00, 0.12, 0.08. Web safe color of #cbeacf is #ccffcc. Color #cbeacf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11101010 | 11001111 |
Octal | 313 | 352 | 317 |
Decimal | 203 | 234 | 207 |
Hex | CB | EA | CF |
Shades of #cbeacf
Tints of #cbeacf
RGB Percentages of Color #cbeacf
CMYK Percentages of Color #cbeacf
Complementary Color
#cbeacf | #eacbe6 |
#cbeacf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbeacf Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbeacf Color CSS Codes
.mybgcolor {background-color:#cbeacf; } .myforecolor {color:#cbeacf; } .mybordercolor {border:3px solid #cbeacf; }
#cbeacf Text Font Color
<p style="color:#cbeacf">Text here</p>
This sample text font color is #cbeacf
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.
#cbeacf Background Color
<div style="background-color:#cbeacf">
Div content here</div>
This div background color is #cbeacf
#cbeacf Border Color
<div style="border:3px solid #cbeacf">
Div here</div>
This div border color is #cbeacf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,234,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbeacf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbeacf; -webkit-box-shadow: 1px 1px 3px 2px #cbeacf; box-shadow: 1px 1px 3px 2px #cbeacf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,234,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbeacf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbeacf; -webkit-box-shadow: 1px 1px 3px 2px #cbeacf; box-shadow: 1px 1px 3px 2px #cbeacf;">
Div content here</div>
This div box has shadow with color #cbeacf
Comments
No comments written yet.
Please login to write comment.