Color Hex Logo

#dab09d Color Hex

#DAB09D
(218,176,157)
0 Favorites   0 Comments

Color spaces of #dab09d

RGB 218176157
HSL0.050.450.74
HSV19°28°85°
CMYK 0.000.190.28   0.15
XYZ50.524648.390438.5756
Yxy48.39040.36750.3520
Hunter Lab69.56327.911115.8156
CIE-Lab75.070512.488715.4993

#dab09d color RGB value is (218,176,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 10011101
Octal 332 260 235
Decimal 218 176 157
Hex DA B0 9D

RGB Percentages of Color #dab09d

%39.56
%31.94
%28.49

CMYK Percentages of Color #dab09d

%0
%19
%28
%15

Triadic Colors of #dab09d

#dab09d #9ddab0 #b09dda

Analogous Colors of #dab09d

#dab09d #dacf9d #da9da9

Monochromatic Colors of #dab09d

#dab09d

Complementary Color

#dab09d #9dc7da

#dab09d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab09d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab09d Color CSS Codes

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

#dab09d Text Font Color

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

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


#dab09d Background Color

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

This div background color is #dab09d


#dab09d Border Color

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

This div border color is #dab09d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab09d


Comments

No comments written yet.

Please login to write comment.