Color Hex Logo

#dab19e Color Hex

#DAB19E
(218,177,158)
0 Favorites   0 Comments

Color spaces of #dab19e

RGB 218177158
HSL0.050.450.74
HSV19°28°85°
CMYK 0.000.190.28   0.15
XYZ50.807148.818339.0928
Yxy48.81830.36630.3519
Hunter Lab69.87017.526315.7359
CIE-Lab75.338112.088615.3311

#dab19e color RGB value is (218,177,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 10011110
Octal 332 261 236
Decimal 218 177 158
Hex DA B1 9E

RGB Percentages of Color #dab19e

%39.42
%32.01
%28.57

CMYK Percentages of Color #dab19e

%0
%19
%28
%15

Triadic Colors of #dab19e

#dab19e #9edab1 #b19eda

Analogous Colors of #dab19e

#dab19e #dacf9e #da9ea9

Monochromatic Colors of #dab19e

#dab19e

Complementary Color

#dab19e #9ec7da

#dab19e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab19e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab19e Color CSS Codes

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

#dab19e Text Font Color

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

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


#dab19e Background Color

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

This div background color is #dab19e


#dab19e Border Color

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

This div border color is #dab19e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab19e


Comments

No comments written yet.

Please login to write comment.