Color Hex Logo

#dcabb3 Color Hex

#DCABB3
(220,171,179)
0 Favorites   0 Comments

Color spaces of #dcabb3

RGB 220171179
HSL0.970.410.77
HSV350°22°86°
CMYK 0.000.220.19   0.14
XYZ52.214847.596149.0828
Yxy47.59610.35070.3197
Hunter Lab68.989914.36486.1111
CIE-Lab74.569519.11552.8033

#dcabb3 color RGB value is (220,171,179).

#dcabb3 hex color red value is 220, green value is 171 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #dcabb3 hue: 0.97 , saturation: 0.41 and the lightness value of dcabb3 is 0.77.

The process color (four color CMYK) of #dcabb3 color hex is 0.00, 0.22, 0.19, 0.14. Web safe color of #dcabb3 is #cc99cc. Color #dcabb3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 10110011
Octal 334 253 263
Decimal 220 171 179
Hex DC AB B3

RGB Percentages of Color #dcabb3

%38.60
%30.00
%31.40

CMYK Percentages of Color #dcabb3

%0
%22
%19
%14

Triadic Colors of #dcabb3

#dcabb3 #b3dcab #abb3dc

Analogous Colors of #dcabb3

#dcabb3 #dcbcab #dcabcc

Monochromatic Colors of #dcabb3

#dcabb3

Complementary Color

#dcabb3 #abdcd4

#dcabb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcabb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcabb3 Color CSS Codes

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

#dcabb3 Text Font Color

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

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


#dcabb3 Background Color

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

This div background color is #dcabb3


#dcabb3 Border Color

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

This div border color is #dcabb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcabb3


Comments

No comments written yet.

Please login to write comment.