Color Hex Logo

#cdb59c Color Hex

#CDB59C
(205,181,156)
0 Favorites   0 Comments

Color spaces of #cdb59c

RGB 205181156
HSL0.090.330.71
HSV31°24°80°
CMYK 0.000.120.24   0.20
XYZ47.701548.427238.2857
Yxy48.42720.35490.3603
Hunter Lab69.58970.574216.0936
CIE-Lab75.09364.700415.8945

#cdb59c color RGB value is (205,181,156).

#cdb59c hex color red value is 205, green value is 181 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #cdb59c hue: 0.09 , saturation: 0.33 and the lightness value of cdb59c is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110101 10011100
Octal 315 265 234
Decimal 205 181 156
Hex CD B5 9C

RGB Percentages of Color #cdb59c

%37.82
%33.39
%28.78

CMYK Percentages of Color #cdb59c

%0
%12
%24
%20

Triadic Colors of #cdb59c

#cdb59c #9ccdb5 #b59ccd

Analogous Colors of #cdb59c

#cdb59c #cdcd9c #cd9d9c

Monochromatic Colors of #cdb59c

#cdb59c

Complementary Color

#cdb59c #9cb4cd

#cdb59c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb59c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb59c Color CSS Codes

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

#cdb59c Text Font Color

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

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


#cdb59c Background Color

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

This div background color is #cdb59c


#cdb59c Border Color

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

This div border color is #cdb59c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb59c

#cdb59c Color Palettes


Comments

No comments written yet.

Please login to write comment.