Color Hex Logo

#dcab91 Color Hex

#DCAB91
(220,171,145)
0 Favorites   0 Comments

Color spaces of #dcab91

RGB 220171145
HSL0.060.520.72
HSV21°34°86°
CMYK 0.000.220.34   0.14
XYZ49.188946.385833.1489
Yxy46.38580.38210.3604
Hunter Lab68.10719.730318.8175
CIE-Lab73.795214.384720.2746

#dcab91 color RGB value is (220,171,145).

#dcab91 hex color red value is 220, green value is 171 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #dcab91 hue: 0.06 , saturation: 0.52 and the lightness value of dcab91 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 10010001
Octal 334 253 221
Decimal 220 171 145
Hex DC AB 91

RGB Percentages of Color #dcab91

%41.04
%31.90
%27.05

CMYK Percentages of Color #dcab91

%0
%22
%34
%14

Triadic Colors of #dcab91

#dcab91 #91dcab #ab91dc

Analogous Colors of #dcab91

#dcab91 #dcd191 #dc919d

Monochromatic Colors of #dcab91

#dcab91

Complementary Color

#dcab91 #91c2dc

#dcab91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcab91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcab91 Color CSS Codes

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

#dcab91 Text Font Color

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

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


#dcab91 Background Color

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

This div background color is #dcab91


#dcab91 Border Color

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

This div border color is #dcab91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcab91


Comments

No comments written yet.

Please login to write comment.