Color Hex Logo

#cdaa4f Color Hex

#CDAA4F
(205,170,79)
0 Favorites   0 Comments

Color spaces of #cdaa4f

RGB 20517079
HSL0.120.560.56
HSV43°61°80°
CMYK 0.000.170.61   0.20
XYZ40.962842.293113.4015
Yxy42.29310.42380.4376
Hunter Lab65.0331-1.375233.3052
CIE-Lab71.07252.364350.6392

#cdaa4f color RGB value is (205,170,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101010 01001111
Octal 315 252 117
Decimal 205 170 79
Hex CD AA 4F

RGB Percentages of Color #cdaa4f

%45.15
%37.44
%17.40

CMYK Percentages of Color #cdaa4f

%0
%17
%61
%20

Triadic Colors of #cdaa4f

#cdaa4f #4fcdaa #aa4fcd

Analogous Colors of #cdaa4f

#cdaa4f #b1cd4f #cd6b4f

Monochromatic Colors of #cdaa4f

#cdaa4f

Complementary Color

#cdaa4f #4f72cd

#cdaa4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdaa4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdaa4f Color CSS Codes

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

#cdaa4f Text Font Color

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

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


#cdaa4f Background Color

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

This div background color is #cdaa4f


#cdaa4f Border Color

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

This div border color is #cdaa4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdaa4f


Comments

No comments written yet.

Please login to write comment.