Color spaces of #cec229
RGB | 206 | 194 | 41 |
---|---|---|---|
HSL | 0.15 | 0.67 | 0.48 |
HSV | 56° | 80° | 81° |
CMYK | 0.00 | 0.06 | 0.80 0.19 |
XYZ | 45.1456 | 51.8655 | 9.7294 |
Yxy | 51.8655 | 0.4229 | 0.4859 |
Hunter Lab | 72.0177 | -14.1350 | 42.4025 |
CIE-Lab | 77.2003 | -11.6079 | 71.2763 |
#cec229 color RGB value is (206,194,41).
#cec229 hex color red value is 206, green value is 194 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #cec229 hue: 0.15 , saturation: 0.67 and the lightness value of cec229 is 0.48.
The process color (four color CMYK) of #cec229 color hex is 0.00, 0.06, 0.80, 0.19. Web safe color of #cec229 is #cccc33. Color #cec229 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11000010 | 00101001 |
Octal | 316 | 302 | 51 |
Decimal | 206 | 194 | 41 |
Hex | CE | C2 | 29 |
Shades of #cec229
Tints of #cec229
RGB Percentages of Color #cec229
CMYK Percentages of Color #cec229
Complementary Color
#cec229 | #2935ce |
#cec229 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cec229 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cec229 Color CSS Codes
.mybgcolor {background-color:#cec229; } .myforecolor {color:#cec229; } .mybordercolor {border:3px solid #cec229; }
#cec229 Text Font Color
<p style="color:#cec229">Text here</p>
This sample text font color is #cec229
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.
#cec229 Background Color
<div style="background-color:#cec229">
Div content here</div>
This div background color is #cec229
#cec229 Border Color
<div style="border:3px solid #cec229">
Div here</div>
This div border color is #cec229
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,194,41, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cec229; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cec229; -webkit-box-shadow: 1px 1px 3px 2px #cec229; box-shadow: 1px 1px 3px 2px #cec229; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,194,41, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cec229">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cec229; -webkit-box-shadow: 1px 1px 3px 2px #cec229; box-shadow: 1px 1px 3px 2px #cec229;">
Div content here</div>
This div box has shadow with color #cec229
Comments
No comments written yet.
Please login to write comment.