Color Hex Logo

#cdaa5f Color Hex

#CDAA5F
(205,170,95)
0 Favorites   0 Comments

Color spaces of #cdaa5f

RGB 20517095
HSL0.110.520.59
HSV41°54°80°
CMYK 0.000.170.54   0.20
XYZ41.617142.554816.8469
Yxy42.55480.41200.4213
Hunter Lab65.2340-0.282630.3520
CIE-Lab71.25183.592043.0640

#cdaa5f color RGB value is (205,170,95).

#cdaa5f hex color red value is 205, green value is 170 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cdaa5f hue: 0.11 , saturation: 0.52 and the lightness value of cdaa5f is 0.59.

The process color (four color CMYK) of #cdaa5f color hex is 0.00, 0.17, 0.54, 0.20. Web safe color of #cdaa5f is #cc9966. Color #cdaa5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101010 01011111
Octal 315 252 137
Decimal 205 170 95
Hex CD AA 5F

RGB Percentages of Color #cdaa5f

%43.62
%36.17
%20.21

CMYK Percentages of Color #cdaa5f

%0
%17
%54
%20

Triadic Colors of #cdaa5f

#cdaa5f #5fcdaa #aa5fcd

Analogous Colors of #cdaa5f

#cdaa5f #b9cd5f #cd735f

Monochromatic Colors of #cdaa5f

#cdaa5f

Complementary Color

#cdaa5f #5f82cd

#cdaa5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdaa5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdaa5f Color CSS Codes

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

#cdaa5f Text Font Color

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

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


#cdaa5f Background Color

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

This div background color is #cdaa5f


#cdaa5f Border Color

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

This div border color is #cdaa5f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,170,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cdaa5f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdaa5f


Comments

No comments written yet.

Please login to write comment.