Color spaces of #cde6bb
RGB | 205 | 230 | 187 |
---|---|---|---|
HSL | 0.26 | 0.46 | 0.82 |
HSV | 95° | 19° | 90° |
CMYK | 0.11 | 0.00 | 0.19 0.10 |
XYZ | 62.4433 | 73.1606 | 57.8440 |
Yxy | 73.1606 | 0.3228 | 0.3782 |
Hunter Lab | 85.5340 | -19.3721 | 19.7778 |
CIE-Lab | 88.5243 | -15.8728 | 18.2337 |
#cde6bb color RGB value is (205,230,187).
#cde6bb hex color red value is 205, green value is 230 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cde6bb hue: 0.26 , saturation: 0.46 and the lightness value of cde6bb is 0.82.
The process color (four color CMYK) of #cde6bb color hex is 0.11, 0.00, 0.19, 0.10. Web safe color of #cde6bb is #ccffcc. Color #cde6bb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11100110 | 10111011 |
Octal | 315 | 346 | 273 |
Decimal | 205 | 230 | 187 |
Hex | CD | E6 | BB |
Shades of #cde6bb
Tints of #cde6bb
RGB Percentages of Color #cde6bb
CMYK Percentages of Color #cde6bb
Complementary Color
#cde6bb | #d4bbe6 |
#cde6bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cde6bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cde6bb Color CSS Codes
.mybgcolor {background-color:#cde6bb; } .myforecolor {color:#cde6bb; } .mybordercolor {border:3px solid #cde6bb; }
#cde6bb Text Font Color
<p style="color:#cde6bb">Text here</p>
This sample text font color is #cde6bb
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.
#cde6bb Background Color
<div style="background-color:#cde6bb">
Div content here</div>
This div background color is #cde6bb
#cde6bb Border Color
<div style="border:3px solid #cde6bb">
Div here</div>
This div border color is #cde6bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,230,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cde6bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cde6bb; -webkit-box-shadow: 1px 1px 3px 2px #cde6bb; box-shadow: 1px 1px 3px 2px #cde6bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,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 #cde6bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cde6bb; -webkit-box-shadow: 1px 1px 3px 2px #cde6bb; box-shadow: 1px 1px 3px 2px #cde6bb;">
Div content here</div>
This div box has shadow with color #cde6bb
#cde6bb Color Palettes
Comments
No comments written yet.
Please login to write comment.