Color Hex Logo

#cdaa71 Color Hex

#CDAA71
(205,170,113)
0 Favorites   0 Comments

Color spaces of #cdaa71

RGB 205170113
HSL0.100.480.62
HSV37°45°80°
CMYK 0.000.170.45   0.20
XYZ42.532242.920821.6656
Yxy42.92080.39710.4007
Hunter Lab65.51401.234226.2525
CIE-Lab71.50125.279634.1025

#cdaa71 color RGB value is (205,170,113).

#cdaa71 hex color red value is 205, green value is 170 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #cdaa71 hue: 0.10 , saturation: 0.48 and the lightness value of cdaa71 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101010 01110001
Octal 315 252 161
Decimal 205 170 113
Hex CD AA 71

RGB Percentages of Color #cdaa71

%42.01
%34.84
%23.16

CMYK Percentages of Color #cdaa71

%0
%17
%45
%20

Triadic Colors of #cdaa71

#cdaa71 #71cdaa #aa71cd

Analogous Colors of #cdaa71

#cdaa71 #c2cd71 #cd7c71

Monochromatic Colors of #cdaa71

#cdaa71

Complementary Color

#cdaa71 #7194cd

#cdaa71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdaa71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdaa71 Color CSS Codes

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

#cdaa71 Text Font Color

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

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


#cdaa71 Background Color

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

This div background color is #cdaa71


#cdaa71 Border Color

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

This div border color is #cdaa71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdaa71


Comments

No comments written yet.

Please login to write comment.