Color spaces of #cbe6bb
RGB | 203 | 230 | 187 |
---|---|---|---|
HSL | 0.27 | 0.46 | 0.82 |
HSV | 98° | 19° | 90° |
CMYK | 0.12 | 0.00 | 0.19 0.10 |
XYZ | 61.8951 | 72.8780 | 57.8184 |
Yxy | 72.8780 | 0.3214 | 0.3784 |
Hunter Lab | 85.3686 | -19.9766 | 19.6021 |
CIE-Lab | 88.3895 | -16.5677 | 18.0253 |
#cbe6bb color RGB value is (203,230,187).
#cbe6bb hex color red value is 203, green value is 230 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cbe6bb hue: 0.27 , saturation: 0.46 and the lightness value of cbe6bb is 0.82.
The process color (four color CMYK) of #cbe6bb color hex is 0.12, 0.00, 0.19, 0.10. Web safe color of #cbe6bb is #ccffcc. Color #cbe6bb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11100110 | 10111011 |
Octal | 313 | 346 | 273 |
Decimal | 203 | 230 | 187 |
Hex | CB | E6 | BB |
Shades of #cbe6bb
Tints of #cbe6bb
RGB Percentages of Color #cbe6bb
CMYK Percentages of Color #cbe6bb
Complementary Color
#cbe6bb | #d6bbe6 |
#cbe6bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbe6bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbe6bb Color CSS Codes
.mybgcolor {background-color:#cbe6bb; } .myforecolor {color:#cbe6bb; } .mybordercolor {border:3px solid #cbe6bb; }
#cbe6bb Text Font Color
<p style="color:#cbe6bb">Text here</p>
This sample text font color is #cbe6bb
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.
#cbe6bb Background Color
<div style="background-color:#cbe6bb">
Div content here</div>
This div background color is #cbe6bb
#cbe6bb Border Color
<div style="border:3px solid #cbe6bb">
Div here</div>
This div border color is #cbe6bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,230,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbe6bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbe6bb; -webkit-box-shadow: 1px 1px 3px 2px #cbe6bb; box-shadow: 1px 1px 3px 2px #cbe6bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,230,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbe6bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbe6bb; -webkit-box-shadow: 1px 1px 3px 2px #cbe6bb; box-shadow: 1px 1px 3px 2px #cbe6bb;">
Div content here</div>
This div box has shadow with color #cbe6bb
Comments
No comments written yet.
Please login to write comment.