Color spaces of #cec84c
RGB | 206 | 200 | 76 |
---|---|---|---|
HSL | 0.16 | 0.57 | 0.55 |
HSV | 57° | 63° | 81° |
CMYK | 0.00 | 0.03 | 0.63 0.19 |
XYZ | 47.4124 | 54.9522 | 14.9454 |
Yxy | 54.9522 | 0.4042 | 0.4684 |
Hunter Lab | 74.1298 | -15.5608 | 39.9373 |
CIE-Lab | 79.0137 | -13.0012 | 60.6486 |
#cec84c color RGB value is (206,200,76).
#cec84c hex color red value is 206, green value is 200 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #cec84c hue: 0.16 , saturation: 0.57 and the lightness value of cec84c is 0.55.
The process color (four color CMYK) of #cec84c color hex is 0.00, 0.03, 0.63, 0.19. Web safe color of #cec84c is #cccc33. Color #cec84c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11001000 | 01001100 |
Octal | 316 | 310 | 114 |
Decimal | 206 | 200 | 76 |
Hex | CE | C8 | 4C |
Shades of #cec84c
Tints of #cec84c
RGB Percentages of Color #cec84c
CMYK Percentages of Color #cec84c
Complementary Color
#cec84c | #4c52ce |
#cec84c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cec84c Color Preview on White Background
Lorem ipsum dolor sit amet.
#cec84c Color CSS Codes
.mybgcolor {background-color:#cec84c; } .myforecolor {color:#cec84c; } .mybordercolor {border:3px solid #cec84c; }
#cec84c Text Font Color
<p style="color:#cec84c">Text here</p>
This sample text font color is #cec84c
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.
#cec84c Background Color
<div style="background-color:#cec84c">
Div content here</div>
This div background color is #cec84c
#cec84c Border Color
<div style="border:3px solid #cec84c">
Div here</div>
This div border color is #cec84c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,200,76, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cec84c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cec84c; -webkit-box-shadow: 1px 1px 3px 2px #cec84c; box-shadow: 1px 1px 3px 2px #cec84c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,200,76, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cec84c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cec84c; -webkit-box-shadow: 1px 1px 3px 2px #cec84c; box-shadow: 1px 1px 3px 2px #cec84c;">
Div content here</div>
This div box has shadow with color #cec84c
Comments
No comments written yet.
Please login to write comment.