Color spaces of #ced33c
RGB | 206 | 211 | 60 |
---|---|---|---|
HSL | 0.17 | 0.63 | 0.53 |
HSV | 62° | 72° | 83° |
CMYK | 0.02 | 0.00 | 0.72 0.17 |
XYZ | 49.5635 | 60.0366 | 13.2509 |
Yxy | 60.0366 | 0.4034 | 0.4887 |
Hunter Lab | 77.4833 | -21.4152 | 44.0987 |
CIE-Lab | 81.8581 | -19.3528 | 69.6091 |
#ced33c color RGB value is (206,211,60).
#ced33c hex color red value is 206, green value is 211 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ced33c hue: 0.17 , saturation: 0.63 and the lightness value of ced33c is 0.53.
The process color (four color CMYK) of #ced33c color hex is 0.02, 0.00, 0.72, 0.17. Web safe color of #ced33c is #cccc33. Color #ced33c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11010011 | 00111100 |
Octal | 316 | 323 | 74 |
Decimal | 206 | 211 | 60 |
Hex | CE | D3 | 3C |
Shades of #ced33c
Tints of #ced33c
RGB Percentages of Color #ced33c
CMYK Percentages of Color #ced33c
Complementary Color
#ced33c | #413cd3 |
#ced33c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ced33c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ced33c Color CSS Codes
.mybgcolor {background-color:#ced33c; } .myforecolor {color:#ced33c; } .mybordercolor {border:3px solid #ced33c; }
#ced33c Text Font Color
<p style="color:#ced33c">Text here</p>
This sample text font color is #ced33c
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.
#ced33c Background Color
<div style="background-color:#ced33c">
Div content here</div>
This div background color is #ced33c
#ced33c Border Color
<div style="border:3px solid #ced33c">
Div here</div>
This div border color is #ced33c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,211,60, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ced33c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ced33c; -webkit-box-shadow: 1px 1px 3px 2px #ced33c; box-shadow: 1px 1px 3px 2px #ced33c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,211,60, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ced33c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ced33c; -webkit-box-shadow: 1px 1px 3px 2px #ced33c; box-shadow: 1px 1px 3px 2px #ced33c;">
Div content here</div>
This div box has shadow with color #ced33c
Comments
No comments written yet.
Please login to write comment.