Color Hex Logo

#cda576 Color Hex

#CDA576
(205,165,118)
0 Favorites   0 Comments

Color spaces of #cda576

RGB 205165118
HSL0.090.470.63
HSV32°42°80°
CMYK 0.000.200.42   0.20
XYZ41.902041.197422.8830
Yxy41.19740.39540.3887
Hunter Lab64.18524.206023.7919
CIE-Lab70.31408.498529.9084

#cda576 color RGB value is (205,165,118).

#cda576 hex color red value is 205, green value is 165 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #cda576 hue: 0.09 , saturation: 0.47 and the lightness value of cda576 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100101 01110110
Octal 315 245 166
Decimal 205 165 118
Hex CD A5 76

RGB Percentages of Color #cda576

%42.01
%33.81
%24.18

CMYK Percentages of Color #cda576

%0
%20
%42
%20

Triadic Colors of #cda576

#cda576 #76cda5 #a576cd

Analogous Colors of #cda576

#cda576 #cacd76 #cd7a76

Monochromatic Colors of #cda576

#cda576

Complementary Color

#cda576 #769ecd

#cda576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda576 Color CSS Codes

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

#cda576 Text Font Color

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

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


#cda576 Background Color

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

This div background color is #cda576


#cda576 Border Color

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

This div border color is #cda576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda576


Comments

No comments written yet.

Please login to write comment.