Color spaces of #cda84e
RGB | 205 | 168 | 78 |
---|---|---|---|
HSL | 0.12 | 0.56 | 0.55 |
HSV | 43° | 62° | 80° |
CMYK | 0.00 | 0.18 | 0.62 0.20 |
XYZ | 40.5546 | 41.5345 | 13.0872 |
Yxy | 41.5345 | 0.4261 | 0.4364 |
Hunter Lab | 64.4473 | -0.4584 | 33.0732 |
CIE-Lab | 70.5488 | 3.3630 | 50.5201 |
#cda84e color RGB value is (205,168,78).
#cda84e hex color red value is 205, green value is 168 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #cda84e hue: 0.12 , saturation: 0.56 and the lightness value of cda84e is 0.55.
The process color (four color CMYK) of #cda84e color hex is 0.00, 0.18, 0.62, 0.20. Web safe color of #cda84e is #cc9966. Color #cda84e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10101000 | 01001110 |
Octal | 315 | 250 | 116 |
Decimal | 205 | 168 | 78 |
Hex | CD | A8 | 4E |
Shades of #cda84e
Tints of #cda84e
RGB Percentages of Color #cda84e
CMYK Percentages of Color #cda84e
Complementary Color
#cda84e | #4e73cd |
#cda84e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cda84e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cda84e Color CSS Codes
.mybgcolor {background-color:#cda84e; } .myforecolor {color:#cda84e; } .mybordercolor {border:3px solid #cda84e; }
#cda84e Text Font Color
<p style="color:#cda84e">Text here</p>
This sample text font color is #cda84e
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.
#cda84e Background Color
<div style="background-color:#cda84e">
Div content here</div>
This div background color is #cda84e
#cda84e Border Color
<div style="border:3px solid #cda84e">
Div here</div>
This div border color is #cda84e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,168,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cda84e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cda84e; -webkit-box-shadow: 1px 1px 3px 2px #cda84e; box-shadow: 1px 1px 3px 2px #cda84e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,168,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cda84e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cda84e; -webkit-box-shadow: 1px 1px 3px 2px #cda84e; box-shadow: 1px 1px 3px 2px #cda84e;">
Div content here</div>
This div box has shadow with color #cda84e
Comments
No comments written yet.
Please login to write comment.