Color Hex Logo

#cdb585 Color Hex

#CDB585
(205,181,133)
0 Favorites   0 Comments

Color spaces of #cdb585

RGB 205181133
HSL0.110.420.66
HSV40°35°80°
CMYK 0.000.120.35   0.20
XYZ45.934347.720328.9802
Yxy47.72030.37460.3891
Hunter Lab69.0799-2.197223.4827
CIE-Lab74.64821.651527.6398

#cdb585 color RGB value is (205,181,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110101 10000101
Octal 315 265 205
Decimal 205 181 133
Hex CD B5 85

RGB Percentages of Color #cdb585

%39.50
%34.87
%25.63

CMYK Percentages of Color #cdb585

%0
%12
%35
%20

Triadic Colors of #cdb585

#cdb585 #85cdb5 #b585cd

Analogous Colors of #cdb585

#cdb585 #c1cd85 #cd9185

Monochromatic Colors of #cdb585

#cdb585

Complementary Color

#cdb585 #859dcd

#cdb585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb585 Color CSS Codes

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

#cdb585 Text Font Color

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

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


#cdb585 Background Color

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

This div background color is #cdb585


#cdb585 Border Color

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

This div border color is #cdb585


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,181,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 #cdb585">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb585

#cdb585 Color Palettes


Comments

No comments written yet.

Please login to write comment.