Color spaces of #ced86f
RGB | 206 | 216 | 111 |
---|---|---|---|
HSL | 0.18 | 0.57 | 0.64 |
HSV | 66° | 49° | 85° |
CMYK | 0.05 | 0.00 | 0.49 0.15 |
XYZ | 52.8787 | 63.3812 | 24.4857 |
Yxy | 63.3812 | 0.3757 | 0.4503 |
Hunter Lab | 79.6123 | -20.7614 | 37.4933 |
CIE-Lab | 83.6425 | -18.2644 | 50.1749 |
#ced86f color RGB value is (206,216,111).
#ced86f hex color red value is 206, green value is 216 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ced86f hue: 0.18 , saturation: 0.57 and the lightness value of ced86f is 0.64.
The process color (four color CMYK) of #ced86f color hex is 0.05, 0.00, 0.49, 0.15. Web safe color of #ced86f is #cccc66. Color #ced86f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11011000 | 01101111 |
Octal | 316 | 330 | 157 |
Decimal | 206 | 216 | 111 |
Hex | CE | D8 | 6F |
Shades of #ced86f
Tints of #ced86f
RGB Percentages of Color #ced86f
CMYK Percentages of Color #ced86f
Complementary Color
#ced86f | #796fd8 |
#ced86f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ced86f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ced86f Color CSS Codes
.mybgcolor {background-color:#ced86f; } .myforecolor {color:#ced86f; } .mybordercolor {border:3px solid #ced86f; }
#ced86f Text Font Color
<p style="color:#ced86f">Text here</p>
This sample text font color is #ced86f
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.
#ced86f Background Color
<div style="background-color:#ced86f">
Div content here</div>
This div background color is #ced86f
#ced86f Border Color
<div style="border:3px solid #ced86f">
Div here</div>
This div border color is #ced86f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,216,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ced86f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ced86f; -webkit-box-shadow: 1px 1px 3px 2px #ced86f; box-shadow: 1px 1px 3px 2px #ced86f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,216,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 #ced86f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ced86f; -webkit-box-shadow: 1px 1px 3px 2px #ced86f; box-shadow: 1px 1px 3px 2px #ced86f;">
Div content here</div>
This div box has shadow with color #ced86f
Comments
No comments written yet.
Please login to write comment.