Color spaces of #cecc06
RGB | 206 | 204 | 6 |
---|---|---|---|
HSL | 0.17 | 0.94 | 0.42 |
HSV | 59° | 97° | 81° |
CMYK | 0.00 | 0.01 | 0.97 0.19 |
XYZ | 47.0793 | 56.3207 | 8.5619 |
Yxy | 56.3207 | 0.4205 | 0.5030 |
Hunter Lab | 75.0471 | -19.3541 | 45.7688 |
CIE-Lab | 79.7960 | -17.3038 | 79.4814 |
#cecc06 color RGB value is (206,204,6).
#cecc06 hex color red value is 206, green value is 204 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #cecc06 hue: 0.17 , saturation: 0.94 and the lightness value of cecc06 is 0.42.
The process color (four color CMYK) of #cecc06 color hex is 0.00, 0.01, 0.97, 0.19. Web safe color of #cecc06 is #cccc00. Color #cecc06 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11001100 | 00000110 |
Octal | 316 | 314 | 6 |
Decimal | 206 | 204 | 6 |
Hex | CE | CC | 6 |
Shades of #cecc06
Tints of #cecc06
RGB Percentages of Color #cecc06
CMYK Percentages of Color #cecc06
Complementary Color
#cecc06 | #0608ce |
#cecc06 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cecc06 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cecc06 Color CSS Codes
.mybgcolor {background-color:#cecc06; } .myforecolor {color:#cecc06; } .mybordercolor {border:3px solid #cecc06; }
#cecc06 Text Font Color
<p style="color:#cecc06">Text here</p>
This sample text font color is #cecc06
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.
#cecc06 Background Color
<div style="background-color:#cecc06">
Div content here</div>
This div background color is #cecc06
#cecc06 Border Color
<div style="border:3px solid #cecc06">
Div here</div>
This div border color is #cecc06
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,204,6, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cecc06; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cecc06; -webkit-box-shadow: 1px 1px 3px 2px #cecc06; box-shadow: 1px 1px 3px 2px #cecc06; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,204,6, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cecc06">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cecc06; -webkit-box-shadow: 1px 1px 3px 2px #cecc06; box-shadow: 1px 1px 3px 2px #cecc06;">
Div content here</div>
This div box has shadow with color #cecc06
Comments
No comments written yet.
Please login to write comment.