Color Hex Logo

#dabbac Color Hex

#DABBAC
(218,187,172)
0 Favorites   0 Comments

Color spaces of #dabbac

RGB 218187172
HSL0.050.380.76
HSV20°21°85°
CMYK 0.000.140.21   0.15
XYZ54.130253.424646.4887
Yxy53.42460.35140.3468
Hunter Lab73.09214.281413.4543
CIE-Lab78.12508.737111.6842

#dabbac color RGB value is (218,187,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 10101100
Octal 332 273 254
Decimal 218 187 172
Hex DA BB AC

RGB Percentages of Color #dabbac

%37.78
%32.41
%29.81

CMYK Percentages of Color #dabbac

%0
%14
%21
%15

Triadic Colors of #dabbac

#dabbac #acdabb #bbacda

Analogous Colors of #dabbac

#dabbac #dad2ac #daacb4

Monochromatic Colors of #dabbac

#dabbac

Complementary Color

#dabbac #accbda

#dabbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabbac Color CSS Codes

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

#dabbac Text Font Color

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

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


#dabbac Background Color

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

This div background color is #dabbac


#dabbac Border Color

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

This div border color is #dabbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabbac


Comments

No comments written yet.

Please login to write comment.