Color Hex Logo

#dcaab8 Color Hex

#DCAAB8
(220,170,184)
0 Favorites   0 Comments

Color spaces of #dcaab8

RGB 220170184
HSL0.950.420.76
HSV343°23°86°
CMYK 0.000.230.16   0.14
XYZ52.541747.425851.7322
Yxy47.42580.34640.3126
Hunter Lab68.866415.67063.6680
CIE-Lab74.461320.4345-0.0941

#dcaab8 color RGB value is (220,170,184).

#dcaab8 hex color red value is 220, green value is 170 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #dcaab8 hue: 0.95 , saturation: 0.42 and the lightness value of dcaab8 is 0.76.

The process color (four color CMYK) of #dcaab8 color hex is 0.00, 0.23, 0.16, 0.14. Web safe color of #dcaab8 is #cc99cc. Color #dcaab8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101010 10111000
Octal 334 252 270
Decimal 220 170 184
Hex DC AA B8

RGB Percentages of Color #dcaab8

%38.33
%29.62
%32.06

CMYK Percentages of Color #dcaab8

%0
%23
%16
%14

Triadic Colors of #dcaab8

#dcaab8 #b8dcaa #aab8dc

Analogous Colors of #dcaab8

#dcaab8 #dcb5aa #dcaad1

Monochromatic Colors of #dcaab8

#dcaab8

Complementary Color

#dcaab8 #aadcce

#dcaab8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaab8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaab8 Color CSS Codes

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

#dcaab8 Text Font Color

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

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


#dcaab8 Background Color

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

This div background color is #dcaab8


#dcaab8 Border Color

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

This div border color is #dcaab8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaab8


Comments

No comments written yet.

Please login to write comment.