Color spaces of #ced35f
RGB | 206 | 211 | 95 |
---|---|---|---|
HSL | 0.17 | 0.57 | 0.60 |
HSV | 63° | 55° | 83° |
CMYK | 0.02 | 0.00 | 0.55 0.17 |
XYZ | 50.8134 | 60.5366 | 19.8330 |
Yxy | 60.5366 | 0.3873 | 0.4615 |
Hunter Lab | 77.8053 | -19.5837 | 39.3503 |
CIE-Lab | 82.1290 | -17.1655 | 55.8158 |
#ced35f color RGB value is (206,211,95).
#ced35f hex color red value is 206, green value is 211 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ced35f hue: 0.17 , saturation: 0.57 and the lightness value of ced35f is 0.60.
The process color (four color CMYK) of #ced35f color hex is 0.02, 0.00, 0.55, 0.17. Web safe color of #ced35f is #cccc66. Color #ced35f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11010011 | 01011111 |
Octal | 316 | 323 | 137 |
Decimal | 206 | 211 | 95 |
Hex | CE | D3 | 5F |
Shades of #ced35f
Tints of #ced35f
RGB Percentages of Color #ced35f
CMYK Percentages of Color #ced35f
Complementary Color
#ced35f | #645fd3 |
#ced35f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ced35f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ced35f Color CSS Codes
.mybgcolor {background-color:#ced35f; } .myforecolor {color:#ced35f; } .mybordercolor {border:3px solid #ced35f; }
#ced35f Text Font Color
<p style="color:#ced35f">Text here</p>
This sample text font color is #ced35f
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.
#ced35f Background Color
<div style="background-color:#ced35f">
Div content here</div>
This div background color is #ced35f
#ced35f Border Color
<div style="border:3px solid #ced35f">
Div here</div>
This div border color is #ced35f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,211,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ced35f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ced35f; -webkit-box-shadow: 1px 1px 3px 2px #ced35f; box-shadow: 1px 1px 3px 2px #ced35f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,211,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ced35f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ced35f; -webkit-box-shadow: 1px 1px 3px 2px #ced35f; box-shadow: 1px 1px 3px 2px #ced35f;">
Div content here</div>
This div box has shadow with color #ced35f
Comments
No comments written yet.
Please login to write comment.