Color Hex Logo

#dab09e Color Hex

#DAB09E
(218,176,158)
0 Favorites   0 Comments

Color spaces of #dab09e

RGB 218176158
HSL0.050.450.74
HSV18°28°85°
CMYK 0.000.190.28   0.15
XYZ50.610348.424739.0272
Yxy48.42470.36660.3507
Hunter Lab69.58798.041915.4597
CIE-Lab75.092012.624914.9863

#dab09e color RGB value is (218,176,158).

#dab09e hex color red value is 218, green value is 176 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #dab09e hue: 0.05 , saturation: 0.45 and the lightness value of dab09e is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 10011110
Octal 332 260 236
Decimal 218 176 158
Hex DA B0 9E

RGB Percentages of Color #dab09e

%39.49
%31.88
%28.62

CMYK Percentages of Color #dab09e

%0
%19
%28
%15

Triadic Colors of #dab09e

#dab09e #9edab0 #b09eda

Analogous Colors of #dab09e

#dab09e #dace9e #da9eaa

Monochromatic Colors of #dab09e

#dab09e

Complementary Color

#dab09e #9ec8da

#dab09e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab09e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab09e Color CSS Codes

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

#dab09e Text Font Color

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

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


#dab09e Background Color

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

This div background color is #dab09e


#dab09e Border Color

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

This div border color is #dab09e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab09e


Comments

No comments written yet.

Please login to write comment.