Color Hex Logo

#dab09b Color Hex

#DAB09B
(218,176,155)
0 Favorites   0 Comments

Color spaces of #dab09b

RGB 218176155
HSL0.060.460.73
HSV20°29°85°
CMYK 0.000.190.29   0.15
XYZ50.355248.322737.6835
Yxy48.32270.36930.3544
Hunter Lab69.51457.652116.5193
CIE-Lab75.028012.218716.5255

#dab09b color RGB value is (218,176,155).

#dab09b hex color red value is 218, green value is 176 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #dab09b hue: 0.06 , saturation: 0.46 and the lightness value of dab09b is 0.73.

The process color (four color CMYK) of #dab09b color hex is 0.00, 0.19, 0.29, 0.15. Web safe color of #dab09b is #cc9999. Color #dab09b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 10011011
Octal 332 260 233
Decimal 218 176 155
Hex DA B0 9B

RGB Percentages of Color #dab09b

%39.71
%32.06
%28.23

CMYK Percentages of Color #dab09b

%0
%19
%29
%15

Triadic Colors of #dab09b

#dab09b #9bdab0 #b09bda

Analogous Colors of #dab09b

#dab09b #dad09b #da9ba6

Monochromatic Colors of #dab09b

#dab09b

Complementary Color

#dab09b #9bc5da

#dab09b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab09b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab09b Color CSS Codes

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

#dab09b Text Font Color

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

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


#dab09b Background Color

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

This div background color is #dab09b


#dab09b Border Color

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

This div border color is #dab09b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab09b


Comments

No comments written yet.

Please login to write comment.