Color Hex Logo

#dab19d Color Hex

#DAB19D
(218,177,157)
0 Favorites   0 Comments

Color spaces of #dab19d

RGB 218177157
HSL0.050.450.74
HSV20°28°85°
CMYK 0.000.190.28   0.15
XYZ50.721448.784038.6412
Yxy48.78400.36720.3531
Hunter Lab69.84557.395916.0904
CIE-Lab75.316811.952515.8437

#dab19d color RGB value is (218,177,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 10011101
Octal 332 261 235
Decimal 218 177 157
Hex DA B1 9D

RGB Percentages of Color #dab19d

%39.49
%32.07
%28.44

CMYK Percentages of Color #dab19d

%0
%19
%28
%15

Triadic Colors of #dab19d

#dab19d #9ddab1 #b19dda

Analogous Colors of #dab19d

#dab19d #dad09d #da9da8

Monochromatic Colors of #dab19d

#dab19d

Complementary Color

#dab19d #9dc6da

#dab19d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab19d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab19d Color CSS Codes

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

#dab19d Text Font Color

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

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


#dab19d Background Color

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

This div background color is #dab19d


#dab19d Border Color

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

This div border color is #dab19d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab19d


Comments

No comments written yet.

Please login to write comment.