Color Hex Logo

#cdb8aa Color Hex

#CDB8AA
(205,184,170)
0 Favorites   0 Comments

Color spaces of #cdb8aa

RGB 205184170
HSL0.070.260.74
HSV24°17°80°
CMYK 0.000.100.17   0.20
XYZ49.573050.162445.0997
Yxy50.16240.34230.3463
Hunter Lab70.82540.993411.8235
CIE-Lab76.16885.19569.8266

#cdb8aa color RGB value is (205,184,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111000 10101010
Octal 315 270 252
Decimal 205 184 170
Hex CD B8 AA

RGB Percentages of Color #cdb8aa

%36.67
%32.92
%30.41

CMYK Percentages of Color #cdb8aa

%0
%10
%17
%20

Triadic Colors of #cdb8aa

#cdb8aa #aacdb8 #b8aacd

Analogous Colors of #cdb8aa

#cdb8aa #cdcaaa #cdaaae

Monochromatic Colors of #cdb8aa

#cdb8aa

Complementary Color

#cdb8aa #aabfcd

#cdb8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb8aa Color CSS Codes

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

#cdb8aa Text Font Color

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

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


#cdb8aa Background Color

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

This div background color is #cdb8aa


#cdb8aa Border Color

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

This div border color is #cdb8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb8aa


Comments

No comments written yet.

Please login to write comment.