Color spaces of #ced00e
RGB | 206 | 208 | 14 |
---|---|---|---|
HSL | 0.17 | 0.87 | 0.44 |
HSV | 61° | 93° | 82° |
CMYK | 0.01 | 0.00 | 0.93 0.18 |
XYZ | 48.0887 | 58.2653 | 9.1272 |
Yxy | 58.2653 | 0.4164 | 0.5045 |
Hunter Lab | 76.3317 | -21.1261 | 46.3427 |
CIE-Lab | 80.8861 | -19.1950 | 79.5152 |
#ced00e color RGB value is (206,208,14).
#ced00e hex color red value is 206, green value is 208 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ced00e hue: 0.17 , saturation: 0.87 and the lightness value of ced00e is 0.44.
The process color (four color CMYK) of #ced00e color hex is 0.01, 0.00, 0.93, 0.18. Web safe color of #ced00e is #cccc00. Color #ced00e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11010000 | 00001110 |
Octal | 316 | 320 | 16 |
Decimal | 206 | 208 | 14 |
Hex | CE | D0 | E |
Shades of #ced00e
Tints of #ced00e
RGB Percentages of Color #ced00e
CMYK Percentages of Color #ced00e
Complementary Color
#ced00e | #100ed0 |
#ced00e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ced00e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ced00e Color CSS Codes
.mybgcolor {background-color:#ced00e; } .myforecolor {color:#ced00e; } .mybordercolor {border:3px solid #ced00e; }
#ced00e Text Font Color
<p style="color:#ced00e">Text here</p>
This sample text font color is #ced00e
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.
#ced00e Background Color
<div style="background-color:#ced00e">
Div content here</div>
This div background color is #ced00e
#ced00e Border Color
<div style="border:3px solid #ced00e">
Div here</div>
This div border color is #ced00e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,208,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ced00e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ced00e; -webkit-box-shadow: 1px 1px 3px 2px #ced00e; box-shadow: 1px 1px 3px 2px #ced00e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,208,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ced00e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ced00e; -webkit-box-shadow: 1px 1px 3px 2px #ced00e; box-shadow: 1px 1px 3px 2px #ced00e;">
Div content here</div>
This div box has shadow with color #ced00e
Comments
No comments written yet.
Please login to write comment.