Color spaces of #cde1bf
RGB | 205 | 225 | 191 |
---|---|---|---|
HSL | 0.26 | 0.36 | 0.82 |
HSV | 95° | 15° | 88° |
CMYK | 0.09 | 0.00 | 0.15 0.12 |
XYZ | 61.5060 | 70.5912 | 59.6740 |
Yxy | 70.5912 | 0.3207 | 0.3681 |
Hunter Lab | 84.0186 | -16.3611 | 16.7024 |
CIE-Lab | 87.2860 | -12.7213 | 14.4084 |
#cde1bf color RGB value is (205,225,191).
#cde1bf hex color red value is 205, green value is 225 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #cde1bf hue: 0.26 , saturation: 0.36 and the lightness value of cde1bf is 0.82.
The process color (four color CMYK) of #cde1bf color hex is 0.09, 0.00, 0.15, 0.12. Web safe color of #cde1bf is #cccccc. Color #cde1bf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11100001 | 10111111 |
Octal | 315 | 341 | 277 |
Decimal | 205 | 225 | 191 |
Hex | CD | E1 | BF |
Shades of #cde1bf
Tints of #cde1bf
RGB Percentages of Color #cde1bf
CMYK Percentages of Color #cde1bf
Complementary Color
#cde1bf | #d3bfe1 |
#cde1bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cde1bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#cde1bf Color CSS Codes
.mybgcolor {background-color:#cde1bf; } .myforecolor {color:#cde1bf; } .mybordercolor {border:3px solid #cde1bf; }
#cde1bf Text Font Color
<p style="color:#cde1bf">Text here</p>
This sample text font color is #cde1bf
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.
#cde1bf Background Color
<div style="background-color:#cde1bf">
Div content here</div>
This div background color is #cde1bf
#cde1bf Border Color
<div style="border:3px solid #cde1bf">
Div here</div>
This div border color is #cde1bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,225,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cde1bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cde1bf; -webkit-box-shadow: 1px 1px 3px 2px #cde1bf; box-shadow: 1px 1px 3px 2px #cde1bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,225,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cde1bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cde1bf; -webkit-box-shadow: 1px 1px 3px 2px #cde1bf; box-shadow: 1px 1px 3px 2px #cde1bf;">
Div content here</div>
This div box has shadow with color #cde1bf
Comments
No comments written yet.
Please login to write comment.