Color spaces of #cedd0b
RGB | 206 | 221 | 11 |
---|---|---|---|
HSL | 0.18 | 0.91 | 0.45 |
HSV | 64° | 95° | 87° |
CMYK | 0.07 | 0.00 | 0.95 0.13 |
XYZ | 51.3705 | 64.8589 | 10.1281 |
Yxy | 64.8589 | 0.4065 | 0.5133 |
Hunter Lab | 80.5350 | -27.0773 | 48.9182 |
CIE-Lab | 84.4110 | -25.5240 | 82.5034 |
#cedd0b color RGB value is (206,221,11).
#cedd0b hex color red value is 206, green value is 221 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #cedd0b hue: 0.18 , saturation: 0.91 and the lightness value of cedd0b is 0.45.
The process color (four color CMYK) of #cedd0b color hex is 0.07, 0.00, 0.95, 0.13. Web safe color of #cedd0b is #cccc00. Color #cedd0b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11011101 | 00001011 |
Octal | 316 | 335 | 13 |
Decimal | 206 | 221 | 11 |
Hex | CE | DD | B |
Shades of #cedd0b
Tints of #cedd0b
RGB Percentages of Color #cedd0b
CMYK Percentages of Color #cedd0b
Complementary Color
#cedd0b | #1a0bdd |
#cedd0b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cedd0b Color Preview on White Background
Lorem ipsum dolor sit amet.
#cedd0b Color CSS Codes
.mybgcolor {background-color:#cedd0b; } .myforecolor {color:#cedd0b; } .mybordercolor {border:3px solid #cedd0b; }
#cedd0b Text Font Color
<p style="color:#cedd0b">Text here</p>
This sample text font color is #cedd0b
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.
#cedd0b Background Color
<div style="background-color:#cedd0b">
Div content here</div>
This div background color is #cedd0b
#cedd0b Border Color
<div style="border:3px solid #cedd0b">
Div here</div>
This div border color is #cedd0b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,221,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cedd0b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cedd0b; -webkit-box-shadow: 1px 1px 3px 2px #cedd0b; box-shadow: 1px 1px 3px 2px #cedd0b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,221,11, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cedd0b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cedd0b; -webkit-box-shadow: 1px 1px 3px 2px #cedd0b; box-shadow: 1px 1px 3px 2px #cedd0b;">
Div content here</div>
This div box has shadow with color #cedd0b
Comments
No comments written yet.
Please login to write comment.