Color Hex Logo

#cdb5aa Color Hex

#CDB5AA
(205,181,170)
0 Favorites   0 Comments

Color spaces of #cdb5aa

RGB 205181170
HSL0.050.260.74
HSV19°17°80°
CMYK 0.000.120.17   0.20
XYZ48.956448.929244.8942
Yxy48.92920.34290.3427
Hunter Lab69.94942.517610.9117
CIE-Lab75.40736.80268.7403

#cdb5aa color RGB value is (205,181,170).

#cdb5aa hex color red value is 205, green value is 181 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cdb5aa hue: 0.05 , saturation: 0.26 and the lightness value of cdb5aa is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110101 10101010
Octal 315 265 252
Decimal 205 181 170
Hex CD B5 AA

RGB Percentages of Color #cdb5aa

%36.87
%32.55
%30.58

CMYK Percentages of Color #cdb5aa

%0
%12
%17
%20

Triadic Colors of #cdb5aa

#cdb5aa #aacdb5 #b5aacd

Analogous Colors of #cdb5aa

#cdb5aa #cdc7aa #cdaab1

Monochromatic Colors of #cdb5aa

#cdb5aa

Complementary Color

#cdb5aa #aac2cd

#cdb5aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb5aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb5aa Color CSS Codes

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

#cdb5aa Text Font Color

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

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


#cdb5aa Background Color

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

This div background color is #cdb5aa


#cdb5aa Border Color

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

This div border color is #cdb5aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb5aa


Comments

No comments written yet.

Please login to write comment.