Color spaces of #ced940
RGB | 206 | 217 | 64 |
---|---|---|---|
HSL | 0.18 | 0.67 | 0.55 |
HSV | 64° | 71° | 85° |
CMYK | 0.05 | 0.00 | 0.71 0.15 |
XYZ | 51.1919 | 63.1177 | 14.3353 |
Yxy | 63.1177 | 0.3979 | 0.4906 |
Hunter Lab | 79.4466 | -24.0141 | 44.9144 |
CIE-Lab | 83.5043 | -22.0883 | 69.8143 |
#ced940 color RGB value is (206,217,64).
#ced940 hex color red value is 206, green value is 217 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #ced940 hue: 0.18 , saturation: 0.67 and the lightness value of ced940 is 0.55.
The process color (four color CMYK) of #ced940 color hex is 0.05, 0.00, 0.71, 0.15. Web safe color of #ced940 is #cccc33. Color #ced940 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11011001 | 01000000 |
Octal | 316 | 331 | 100 |
Decimal | 206 | 217 | 64 |
Hex | CE | D9 | 40 |
Shades of #ced940
Tints of #ced940
RGB Percentages of Color #ced940
CMYK Percentages of Color #ced940
Complementary Color
#ced940 | #4b40d9 |
#ced940 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ced940 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ced940 Color CSS Codes
.mybgcolor {background-color:#ced940; } .myforecolor {color:#ced940; } .mybordercolor {border:3px solid #ced940; }
#ced940 Text Font Color
<p style="color:#ced940">Text here</p>
This sample text font color is #ced940
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.
#ced940 Background Color
<div style="background-color:#ced940">
Div content here</div>
This div background color is #ced940
#ced940 Border Color
<div style="border:3px solid #ced940">
Div here</div>
This div border color is #ced940
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,217,64, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ced940; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ced940; -webkit-box-shadow: 1px 1px 3px 2px #ced940; box-shadow: 1px 1px 3px 2px #ced940; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,217,64, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ced940">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ced940; -webkit-box-shadow: 1px 1px 3px 2px #ced940; box-shadow: 1px 1px 3px 2px #ced940;">
Div content here</div>
This div box has shadow with color #ced940
Comments
No comments written yet.
Please login to write comment.