Color Hex Logo

#cdaa42 Color Hex

#CDAA42
(205,170,66)
0 Favorites   0 Comments

Color spaces of #cdaa42

RGB 20517066
HSL0.120.580.53
HSV45°68°80°
CMYK 0.000.170.68   0.20
XYZ40.534942.121911.1482
Yxy42.12190.43210.4490
Hunter Lab64.9014-2.093235.2466
CIE-Lab70.95491.551756.3576

#cdaa42 color RGB value is (205,170,66).

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

The process color (four color CMYK) of #cdaa42 color hex is 0.00, 0.17, 0.68, 0.20. Web safe color of #cdaa42 is #cc9933. Color #cdaa42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101010 01000010
Octal 315 252 102
Decimal 205 170 66
Hex CD AA 42

RGB Percentages of Color #cdaa42

%46.49
%38.55
%14.97

CMYK Percentages of Color #cdaa42

%0
%17
%68
%20

Triadic Colors of #cdaa42

#cdaa42 #42cdaa #aa42cd

Analogous Colors of #cdaa42

#cdaa42 #abcd42 #cd6542

Monochromatic Colors of #cdaa42

#cdaa42

Complementary Color

#cdaa42 #4265cd

#cdaa42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdaa42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdaa42 Color CSS Codes

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

#cdaa42 Text Font Color

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

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


#cdaa42 Background Color

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

This div background color is #cdaa42


#cdaa42 Border Color

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

This div border color is #cdaa42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdaa42


Comments

No comments written yet.

Please login to write comment.