Color spaces of #cbeaba
RGB | 203 | 234 | 186 |
---|---|---|---|
HSL | 0.27 | 0.53 | 0.82 |
HSV | 99° | 21° | 92° |
CMYK | 0.13 | 0.00 | 0.21 0.08 |
XYZ | 62.9143 | 75.0873 | 57.6317 |
Yxy | 75.0873 | 0.3216 | 0.3838 |
Hunter Lab | 86.6529 | -22.0428 | 21.2241 |
CIE-Lab | 89.4339 | -18.7034 | 20.0004 |
#cbeaba color RGB value is (203,234,186).
#cbeaba hex color red value is 203, green value is 234 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cbeaba hue: 0.27 , saturation: 0.53 and the lightness value of cbeaba is 0.82.
The process color (four color CMYK) of #cbeaba color hex is 0.13, 0.00, 0.21, 0.08. Web safe color of #cbeaba is #ccffcc. Color #cbeaba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11101010 | 10111010 |
Octal | 313 | 352 | 272 |
Decimal | 203 | 234 | 186 |
Hex | CB | EA | BA |
Shades of #cbeaba
Tints of #cbeaba
RGB Percentages of Color #cbeaba
CMYK Percentages of Color #cbeaba
Complementary Color
#cbeaba | #d9baea |
#cbeaba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbeaba Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbeaba Color CSS Codes
.mybgcolor {background-color:#cbeaba; } .myforecolor {color:#cbeaba; } .mybordercolor {border:3px solid #cbeaba; }
#cbeaba Text Font Color
<p style="color:#cbeaba">Text here</p>
This sample text font color is #cbeaba
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.
#cbeaba Background Color
<div style="background-color:#cbeaba">
Div content here</div>
This div background color is #cbeaba
#cbeaba Border Color
<div style="border:3px solid #cbeaba">
Div here</div>
This div border color is #cbeaba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,234,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbeaba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbeaba; -webkit-box-shadow: 1px 1px 3px 2px #cbeaba; box-shadow: 1px 1px 3px 2px #cbeaba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,234,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbeaba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbeaba; -webkit-box-shadow: 1px 1px 3px 2px #cbeaba; box-shadow: 1px 1px 3px 2px #cbeaba;">
Div content here</div>
This div box has shadow with color #cbeaba
Comments
No comments written yet.
Please login to write comment.