Color Hex Logo

#daabac Color Hex

#DAABAC
(218,171,172)
0 Favorites   0 Comments

Color spaces of #daabac

RGB 218171172
HSL1.000.390.76
HSV359°22°85°
CMYK 0.000.220.21   0.15
XYZ50.922747.009845.4196
Yxy47.00980.35520.3279
Hunter Lab68.563712.58668.7183
CIE-Lab74.196017.31906.0735

#daabac color RGB value is (218,171,172).

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

The process color (four color CMYK) of #daabac color hex is 0.00, 0.22, 0.21, 0.15. Web safe color of #daabac is #cc9999. Color #daabac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 10101100
Octal 332 253 254
Decimal 218 171 172
Hex DA AB AC

RGB Percentages of Color #daabac

%38.86
%30.48
%30.66

CMYK Percentages of Color #daabac

%0
%22
%21
%15

Triadic Colors of #daabac

#daabac #acdaab #abacda

Analogous Colors of #daabac

#daabac #dac2ab #daabc4

Monochromatic Colors of #daabac

#daabac

Complementary Color

#daabac #abdad9

#daabac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daabac Color Preview on White Background

Lorem ipsum dolor sit amet.

#daabac Color CSS Codes

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

#daabac Text Font Color

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

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


#daabac Background Color

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

This div background color is #daabac


#daabac Border Color

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

This div border color is #daabac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daabac


Comments

No comments written yet.

Please login to write comment.