Color Hex Logo

#cdad4e Color Hex

#CDAD4E
(205,173,78)
0 Favorites   0 Comments

Color spaces of #cdad4e

RGB 20517378
HSL0.120.560.55
HSV45°62°80°
CMYK 0.000.160.62   0.20
XYZ41.495643.416313.4009
Yxy43.41630.42210.4416
Hunter Lab65.8910-2.897034.0654
CIE-Lab71.83660.701251.9581

#cdad4e color RGB value is (205,173,78).

#cdad4e hex color red value is 205, green value is 173 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #cdad4e hue: 0.12 , saturation: 0.56 and the lightness value of cdad4e is 0.55.

The process color (four color CMYK) of #cdad4e color hex is 0.00, 0.16, 0.62, 0.20. Web safe color of #cdad4e is #cc9966. Color #cdad4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101101 01001110
Octal 315 255 116
Decimal 205 173 78
Hex CD AD 4E

RGB Percentages of Color #cdad4e

%44.96
%37.94
%17.11

CMYK Percentages of Color #cdad4e

%0
%16
%62
%20

Triadic Colors of #cdad4e

#cdad4e #4ecdad #ad4ecd

Analogous Colors of #cdad4e

#cdad4e #aecd4e #cd6e4e

Monochromatic Colors of #cdad4e

#cdad4e

Complementary Color

#cdad4e #4e6ecd

#cdad4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdad4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdad4e Color CSS Codes

.mybgcolor {background-color:#cdad4e; } 
.myforecolor {color:#cdad4e; }
.mybordercolor {border:3px solid #cdad4e; }

#cdad4e Text Font Color

<p style="color:#cdad4e">Text here</p>

This sample text font color is #cdad4e
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.


#cdad4e Background Color

<div style="background-color:#cdad4e">
Div content here</div>

This div background color is #cdad4e


#cdad4e Border Color

<div style="border:3px solid #cdad4e">
Div here</div>

This div border color is #cdad4e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,173,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cdad4e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cdad4e;
  -webkit-box-shadow: 1px 1px 3px 2px #cdad4e;
  box-shadow:         1px 1px 3px 2px #cdad4e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,173,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 #cdad4e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cdad4e;
  -webkit-box-shadow: 1px 1px 3px 2px #cdad4e;
  box-shadow:         1px 1px 3px 2px #cdad4e;">
Div content here</div>

This div box has shadow with color #cdad4e


Comments

No comments written yet.

Please login to write comment.