Color Hex Logo

#cda585 Color Hex

#CDA585
(205,165,133)
0 Favorites   0 Comments

Color spaces of #cda585

RGB 205165133
HSL0.070.420.66
HSV27°35°80°
CMYK 0.000.200.35   0.20
XYZ42.865641.582927.9573
Yxy41.58290.38130.3699
Hunter Lab64.48485.807619.4343
CIE-Lab70.582410.236622.1616

#cda585 color RGB value is (205,165,133).

#cda585 hex color red value is 205, green value is 165 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #cda585 hue: 0.07 , saturation: 0.42 and the lightness value of cda585 is 0.66.

The process color (four color CMYK) of #cda585 color hex is 0.00, 0.20, 0.35, 0.20. Web safe color of #cda585 is #cc9999. Color #cda585 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100101 10000101
Octal 315 245 205
Decimal 205 165 133
Hex CD A5 85

RGB Percentages of Color #cda585

%40.76
%32.80
%26.44

CMYK Percentages of Color #cda585

%0
%20
%35
%20

Triadic Colors of #cda585

#cda585 #85cda5 #a585cd

Analogous Colors of #cda585

#cda585 #cdc985 #cd8589

Monochromatic Colors of #cda585

#cda585

Complementary Color

#cda585 #85adcd

#cda585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda585 Color CSS Codes

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

#cda585 Text Font Color

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

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


#cda585 Background Color

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

This div background color is #cda585


#cda585 Border Color

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

This div border color is #cda585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda585

#cda585 Color Palettes


Comments

No comments written yet.

Please login to write comment.