Color Hex Logo

#cdb0aa Color Hex

#CDB0AA
(205,176,170)
0 Favorites   0 Comments

Color spaces of #cdb0aa

RGB 205176170
HSL0.030.260.74
HSV10°17°80°
CMYK 0.000.140.17   0.20
XYZ47.957946.932144.5614
Yxy46.93210.34390.3365
Hunter Lab68.50705.07059.3888
CIE-Lab74.14639.49416.9350

#cdb0aa color RGB value is (205,176,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110000 10101010
Octal 315 260 252
Decimal 205 176 170
Hex CD B0 AA

RGB Percentages of Color #cdb0aa

%37.21
%31.94
%30.85

CMYK Percentages of Color #cdb0aa

%0
%14
%17
%20

Triadic Colors of #cdb0aa

#cdb0aa #aacdb0 #b0aacd

Analogous Colors of #cdb0aa

#cdb0aa #cdc2aa #cdaab6

Monochromatic Colors of #cdb0aa

#cdb0aa

Complementary Color

#cdb0aa #aac7cd

#cdb0aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb0aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb0aa Color CSS Codes

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

#cdb0aa Text Font Color

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

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


#cdb0aa Background Color

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

This div background color is #cdb0aa


#cdb0aa Border Color

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

This div border color is #cdb0aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb0aa


Comments

No comments written yet.

Please login to write comment.