Color Hex Logo

#dab3ac Color Hex

#DAB3AC
(218,179,172)
0 Favorites   0 Comments

Color spaces of #dab3ac

RGB 218179172
HSL0.030.380.76
HSV21°85°
CMYK 0.000.180.21   0.15
XYZ52.479950.124245.9387
Yxy50.12420.35330.3374
Hunter Lab70.79848.417211.0877
CIE-Lab76.145413.01448.8674

#dab3ac color RGB value is (218,179,172).

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

The process color (four color CMYK) of #dab3ac color hex is 0.00, 0.18, 0.21, 0.15. Web safe color of #dab3ac is #cccc99. Color #dab3ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110011 10101100
Octal 332 263 254
Decimal 218 179 172
Hex DA B3 AC

RGB Percentages of Color #dab3ac

%38.31
%31.46
%30.23

CMYK Percentages of Color #dab3ac

%0
%18
%21
%15

Triadic Colors of #dab3ac

#dab3ac #acdab3 #b3acda

Analogous Colors of #dab3ac

#dab3ac #dacaac #daacbc

Monochromatic Colors of #dab3ac

#dab3ac

Complementary Color

#dab3ac #acd3da

#dab3ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab3ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab3ac Color CSS Codes

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

#dab3ac Text Font Color

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

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


#dab3ac Background Color

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

This div background color is #dab3ac


#dab3ac Border Color

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

This div border color is #dab3ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,179,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 #dab3ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab3ac


Comments

No comments written yet.

Please login to write comment.