Color spaces of #ced30f
RGB | 206 | 211 | 15 |
---|---|---|---|
HSL | 0.17 | 0.87 | 0.44 |
HSV | 62° | 93° | 83° |
CMYK | 0.02 | 0.00 | 0.93 0.17 |
XYZ | 48.8341 | 59.7448 | 9.4100 |
Yxy | 59.7448 | 0.4139 | 0.5064 |
Hunter Lab | 77.2948 | -22.4912 | 46.8883 |
CIE-Lab | 81.6993 | -20.6522 | 80.0224 |
#ced30f color RGB value is (206,211,15).
#ced30f hex color red value is 206, green value is 211 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ced30f hue: 0.17 , saturation: 0.87 and the lightness value of ced30f is 0.44.
The process color (four color CMYK) of #ced30f color hex is 0.02, 0.00, 0.93, 0.17. Web safe color of #ced30f is #cccc00. Color #ced30f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11010011 | 00001111 |
Octal | 316 | 323 | 17 |
Decimal | 206 | 211 | 15 |
Hex | CE | D3 | F |
Shades of #ced30f
Tints of #ced30f
RGB Percentages of Color #ced30f
CMYK Percentages of Color #ced30f
Complementary Color
#ced30f | #140fd3 |
#ced30f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ced30f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ced30f Color CSS Codes
.mybgcolor {background-color:#ced30f; } .myforecolor {color:#ced30f; } .mybordercolor {border:3px solid #ced30f; }
#ced30f Text Font Color
<p style="color:#ced30f">Text here</p>
This sample text font color is #ced30f
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.
#ced30f Background Color
<div style="background-color:#ced30f">
Div content here</div>
This div background color is #ced30f
#ced30f Border Color
<div style="border:3px solid #ced30f">
Div here</div>
This div border color is #ced30f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,211,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ced30f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ced30f; -webkit-box-shadow: 1px 1px 3px 2px #ced30f; box-shadow: 1px 1px 3px 2px #ced30f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,211,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ced30f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ced30f; -webkit-box-shadow: 1px 1px 3px 2px #ced30f; box-shadow: 1px 1px 3px 2px #ced30f;">
Div content here</div>
This div box has shadow with color #ced30f
Comments
No comments written yet.
Please login to write comment.