Color spaces of #ced120
RGB | 206 | 209 | 32 |
---|---|---|---|
HSL | 0.17 | 0.73 | 0.47 |
HSV | 61° | 85° | 82° |
CMYK | 0.01 | 0.00 | 0.85 0.18 |
XYZ | 48.5148 | 58.8270 | 10.1643 |
Yxy | 58.8270 | 0.4129 | 0.5006 |
Hunter Lab | 76.6988 | -21.3150 | 45.8319 |
CIE-Lab | 81.1964 | -19.3594 | 76.8532 |
#ced120 color RGB value is (206,209,32).
#ced120 hex color red value is 206, green value is 209 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #ced120 hue: 0.17 , saturation: 0.73 and the lightness value of ced120 is 0.47.
The process color (four color CMYK) of #ced120 color hex is 0.01, 0.00, 0.85, 0.18. Web safe color of #ced120 is #cccc33. Color #ced120 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11010001 | 00100000 |
Octal | 316 | 321 | 40 |
Decimal | 206 | 209 | 32 |
Hex | CE | D1 | 20 |
Shades of #ced120
Tints of #ced120
RGB Percentages of Color #ced120
CMYK Percentages of Color #ced120
Complementary Color
#ced120 | #2320d1 |
#ced120 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ced120 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ced120 Color CSS Codes
.mybgcolor {background-color:#ced120; } .myforecolor {color:#ced120; } .mybordercolor {border:3px solid #ced120; }
#ced120 Text Font Color
<p style="color:#ced120">Text here</p>
This sample text font color is #ced120
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.
#ced120 Background Color
<div style="background-color:#ced120">
Div content here</div>
This div background color is #ced120
#ced120 Border Color
<div style="border:3px solid #ced120">
Div here</div>
This div border color is #ced120
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,209,32, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ced120; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ced120; -webkit-box-shadow: 1px 1px 3px 2px #ced120; box-shadow: 1px 1px 3px 2px #ced120; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,209,32, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ced120">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ced120; -webkit-box-shadow: 1px 1px 3px 2px #ced120; box-shadow: 1px 1px 3px 2px #ced120;">
Div content here</div>
This div box has shadow with color #ced120
Comments
No comments written yet.
Please login to write comment.