Color spaces of #cde86f
RGB | 205 | 232 | 111 |
---|---|---|---|
HSL | 0.20 | 0.72 | 0.67 |
HSV | 73° | 52° | 91° |
CMYK | 0.12 | 0.00 | 0.52 0.09 |
XYZ | 56.9027 | 71.8401 | 25.9064 |
Yxy | 71.8401 | 0.3679 | 0.4645 |
Hunter Lab | 84.7585 | -28.4914 | 41.2090 |
CIE-Lab | 87.8916 | -26.4017 | 55.1927 |
#cde86f color RGB value is (205,232,111).
#cde86f hex color red value is 205, green value is 232 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cde86f hue: 0.20 , saturation: 0.72 and the lightness value of cde86f is 0.67.
The process color (four color CMYK) of #cde86f color hex is 0.12, 0.00, 0.52, 0.09. Web safe color of #cde86f is #ccff66. Color #cde86f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11101000 | 01101111 |
Octal | 315 | 350 | 157 |
Decimal | 205 | 232 | 111 |
Hex | CD | E8 | 6F |
Shades of #cde86f
Tints of #cde86f
RGB Percentages of Color #cde86f
CMYK Percentages of Color #cde86f
Complementary Color
#cde86f | #8a6fe8 |
#cde86f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cde86f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cde86f Color CSS Codes
.mybgcolor {background-color:#cde86f; } .myforecolor {color:#cde86f; } .mybordercolor {border:3px solid #cde86f; }
#cde86f Text Font Color
<p style="color:#cde86f">Text here</p>
This sample text font color is #cde86f
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.
#cde86f Background Color
<div style="background-color:#cde86f">
Div content here</div>
This div background color is #cde86f
#cde86f Border Color
<div style="border:3px solid #cde86f">
Div here</div>
This div border color is #cde86f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,232,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cde86f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cde86f; -webkit-box-shadow: 1px 1px 3px 2px #cde86f; box-shadow: 1px 1px 3px 2px #cde86f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,232,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cde86f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cde86f; -webkit-box-shadow: 1px 1px 3px 2px #cde86f; box-shadow: 1px 1px 3px 2px #cde86f;">
Div content here</div>
This div box has shadow with color #cde86f
Comments
No comments written yet.
Please login to write comment.