Color Hex Logo

#dcabba Color Hex

#DCABBA
(220,171,186)
0 Favorites   0 Comments

Color spaces of #dcabba

RGB 220171186
HSL0.950.410.77
HSV342°22°86°
CMYK 0.000.220.15   0.14
XYZ52.941047.886652.9071
Yxy47.88660.34440.3115
Hunter Lab69.200115.45973.1098
CIE-Lab74.753320.2126-0.7633

#dcabba color RGB value is (220,171,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 10111010
Octal 334 253 272
Decimal 220 171 186
Hex DC AB BA

RGB Percentages of Color #dcabba

%38.13
%29.64
%32.24

CMYK Percentages of Color #dcabba

%0
%22
%15
%14

Triadic Colors of #dcabba

#dcabba #badcab #abbadc

Analogous Colors of #dcabba

#dcabba #dcb5ab #dcabd3

Monochromatic Colors of #dcabba

#dcabba

Complementary Color

#dcabba #abdccd

#dcabba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcabba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcabba Color CSS Codes

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

#dcabba Text Font Color

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

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


#dcabba Background Color

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

This div background color is #dcabba


#dcabba Border Color

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

This div border color is #dcabba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcabba


Comments

No comments written yet.

Please login to write comment.