Color spaces of #cec910
RGB | 206 | 201 | 16 |
---|---|---|---|
HSL | 0.16 | 0.86 | 0.44 |
HSV | 58° | 92° | 81° |
CMYK | 0.00 | 0.02 | 0.92 0.19 |
XYZ | 46.4338 | 54.9325 | 8.6459 |
Yxy | 54.9325 | 0.4221 | 0.4993 |
Hunter Lab | 74.1165 | -17.8740 | 44.9652 |
CIE-Lab | 79.0024 | -15.6994 | 77.8338 |
#cec910 color RGB value is (206,201,16).
#cec910 hex color red value is 206, green value is 201 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #cec910 hue: 0.16 , saturation: 0.86 and the lightness value of cec910 is 0.44.
The process color (four color CMYK) of #cec910 color hex is 0.00, 0.02, 0.92, 0.19. Web safe color of #cec910 is #cccc00. Color #cec910 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11001001 | 00010000 |
Octal | 316 | 311 | 20 |
Decimal | 206 | 201 | 16 |
Hex | CE | C9 | 10 |
Shades of #cec910
Tints of #cec910
RGB Percentages of Color #cec910
CMYK Percentages of Color #cec910
Complementary Color
#cec910 | #1015ce |
#cec910 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cec910 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cec910 Color CSS Codes
.mybgcolor {background-color:#cec910; } .myforecolor {color:#cec910; } .mybordercolor {border:3px solid #cec910; }
#cec910 Text Font Color
<p style="color:#cec910">Text here</p>
This sample text font color is #cec910
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.
#cec910 Background Color
<div style="background-color:#cec910">
Div content here</div>
This div background color is #cec910
#cec910 Border Color
<div style="border:3px solid #cec910">
Div here</div>
This div border color is #cec910
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,201,16, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cec910; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cec910; -webkit-box-shadow: 1px 1px 3px 2px #cec910; box-shadow: 1px 1px 3px 2px #cec910; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,201,16, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cec910">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cec910; -webkit-box-shadow: 1px 1px 3px 2px #cec910; box-shadow: 1px 1px 3px 2px #cec910;">
Div content here</div>
This div box has shadow with color #cec910
Comments
No comments written yet.
Please login to write comment.