Color Hex Logo

#dcab90 Color Hex

#DCAB90
(220,171,144)
0 Favorites   0 Comments

Color spaces of #dcab90

RGB 220171144
HSL0.060.520.71
HSV21°35°86°
CMYK 0.000.220.35   0.14
XYZ49.112246.355132.7445
Yxy46.35510.38310.3616
Hunter Lab68.08469.611419.1444
CIE-Lab73.775414.261320.7898

#dcab90 color RGB value is (220,171,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 10010000
Octal 334 253 220
Decimal 220 171 144
Hex DC AB 90

RGB Percentages of Color #dcab90

%41.12
%31.96
%26.92

CMYK Percentages of Color #dcab90

%0
%22
%35
%14

Triadic Colors of #dcab90

#dcab90 #90dcab #ab90dc

Analogous Colors of #dcab90

#dcab90 #dcd190 #dc909b

Monochromatic Colors of #dcab90

#dcab90

Complementary Color

#dcab90 #90c1dc

#dcab90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcab90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcab90 Color CSS Codes

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

#dcab90 Text Font Color

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

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


#dcab90 Background Color

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

This div background color is #dcab90


#dcab90 Border Color

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

This div border color is #dcab90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcab90


Comments

No comments written yet.

Please login to write comment.