Color Hex Logo

#dcab9e Color Hex

#DCAB9E
(220,171,158)
0 Favorites   0 Comments

Color spaces of #dcab9e

RGB 220171158
HSL0.030.470.74
HSV13°28°86°
CMYK 0.000.220.28   0.14
XYZ50.249746.810138.7346
Yxy46.81010.37000.3447
Hunter Lab68.417911.368414.3257
CIE-Lab74.068116.073413.5769

#dcab9e color RGB value is (220,171,158).

#dcab9e hex color red value is 220, green value is 171 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #dcab9e hue: 0.03 , saturation: 0.47 and the lightness value of dcab9e is 0.74.

The process color (four color CMYK) of #dcab9e color hex is 0.00, 0.22, 0.28, 0.14. Web safe color of #dcab9e is #cc9999. Color #dcab9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 10011110
Octal 334 253 236
Decimal 220 171 158
Hex DC AB 9E

RGB Percentages of Color #dcab9e

%40.07
%31.15
%28.78

CMYK Percentages of Color #dcab9e

%0
%22
%28
%14

Triadic Colors of #dcab9e

#dcab9e #9edcab #ab9edc

Analogous Colors of #dcab9e

#dcab9e #dcca9e #dc9eb0

Monochromatic Colors of #dcab9e

#dcab9e

Complementary Color

#dcab9e #9ecfdc

#dcab9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcab9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcab9e Color CSS Codes

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

#dcab9e Text Font Color

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

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


#dcab9e Background Color

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

This div background color is #dcab9e


#dcab9e Border Color

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

This div border color is #dcab9e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,171,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcab9e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcab9e;
  -webkit-box-shadow: 1px 1px 3px 2px #dcab9e;
  box-shadow:         1px 1px 3px 2px #dcab9e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,171,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcab9e


Comments

No comments written yet.

Please login to write comment.