Color spaces of #cedc2c
RGB | 206 | 220 | 44 |
---|---|---|---|
HSL | 0.18 | 0.72 | 0.52 |
HSV | 65° | 80° | 86° |
CMYK | 0.06 | 0.00 | 0.80 0.14 |
XYZ | 51.5014 | 64.4901 | 12.1163 |
Yxy | 64.4901 | 0.4020 | 0.5034 |
Hunter Lab | 80.3057 | -26.0600 | 47.2685 |
CIE-Lab | 84.2203 | -24.3565 | 76.5955 |
#cedc2c color RGB value is (206,220,44).
#cedc2c hex color red value is 206, green value is 220 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #cedc2c hue: 0.18 , saturation: 0.72 and the lightness value of cedc2c is 0.52.
The process color (four color CMYK) of #cedc2c color hex is 0.06, 0.00, 0.80, 0.14. Web safe color of #cedc2c is #cccc33. Color #cedc2c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11011100 | 00101100 |
Octal | 316 | 334 | 54 |
Decimal | 206 | 220 | 44 |
Hex | CE | DC | 2C |
Shades of #cedc2c
Tints of #cedc2c
RGB Percentages of Color #cedc2c
CMYK Percentages of Color #cedc2c
Complementary Color
#cedc2c | #3a2cdc |
#cedc2c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cedc2c Color Preview on White Background
Lorem ipsum dolor sit amet.
#cedc2c Color CSS Codes
.mybgcolor {background-color:#cedc2c; } .myforecolor {color:#cedc2c; } .mybordercolor {border:3px solid #cedc2c; }
#cedc2c Text Font Color
<p style="color:#cedc2c">Text here</p>
This sample text font color is #cedc2c
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.
#cedc2c Background Color
<div style="background-color:#cedc2c">
Div content here</div>
This div background color is #cedc2c
#cedc2c Border Color
<div style="border:3px solid #cedc2c">
Div here</div>
This div border color is #cedc2c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,220,44, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cedc2c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cedc2c; -webkit-box-shadow: 1px 1px 3px 2px #cedc2c; box-shadow: 1px 1px 3px 2px #cedc2c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,220,44, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cedc2c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cedc2c; -webkit-box-shadow: 1px 1px 3px 2px #cedc2c; box-shadow: 1px 1px 3px 2px #cedc2c;">
Div content here</div>
This div box has shadow with color #cedc2c
Comments
No comments written yet.
Please login to write comment.