Color Hex Logo

#daabc1 Color Hex

#DAABC1
(218,171,193)
0 Favorites   0 Comments

Color spaces of #daabc1

RGB 218171193
HSL0.920.390.76
HSV332°22°85°
CMYK 0.000.220.11   0.15
XYZ53.102047.881556.8954
Yxy47.88150.33630.3033
Hunter Lab69.196515.8887-0.3125
CIE-Lab74.750120.6431-4.6244

#daabc1 color RGB value is (218,171,193).

#daabc1 hex color red value is 218, green value is 171 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #daabc1 hue: 0.92 , saturation: 0.39 and the lightness value of daabc1 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 11000001
Octal 332 253 301
Decimal 218 171 193
Hex DA AB C1

RGB Percentages of Color #daabc1

%37.46
%29.38
%33.16

CMYK Percentages of Color #daabc1

%0
%22
%11
%15

Triadic Colors of #daabc1

#daabc1 #c1daab #abc1da

Analogous Colors of #daabc1

#daabc1 #daadab #daabd9

Monochromatic Colors of #daabc1

#daabc1

Complementary Color

#daabc1 #abdac4

#daabc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daabc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daabc1 Color CSS Codes

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

#daabc1 Text Font Color

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

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


#daabc1 Background Color

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

This div background color is #daabc1


#daabc1 Border Color

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

This div border color is #daabc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daabc1


Comments

No comments written yet.

Please login to write comment.