Color Hex Logo

#dcabb0 Color Hex

#DCABB0
(220,171,176)
0 Favorites   0 Comments

Color spaces of #dcabb0

RGB 220171176
HSL0.980.410.77
HSV354°22°86°
CMYK 0.000.220.20   0.14
XYZ51.914647.476147.5019
Yxy47.47610.35340.3232
Hunter Lab68.902913.91007.3573
CIE-Lab74.493318.65764.3364

#dcabb0 color RGB value is (220,171,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 10110000
Octal 334 253 260
Decimal 220 171 176
Hex DC AB B0

RGB Percentages of Color #dcabb0

%38.80
%30.16
%31.04

CMYK Percentages of Color #dcabb0

%0
%22
%20
%14

Triadic Colors of #dcabb0

#dcabb0 #b0dcab #abb0dc

Analogous Colors of #dcabb0

#dcabb0 #dcbfab #dcabc9

Monochromatic Colors of #dcabb0

#dcabb0

Complementary Color

#dcabb0 #abdcd7

#dcabb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcabb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcabb0 Color CSS Codes

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

#dcabb0 Text Font Color

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

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


#dcabb0 Background Color

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

This div background color is #dcabb0


#dcabb0 Border Color

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

This div border color is #dcabb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcabb0


Comments

No comments written yet.

Please login to write comment.