Color Hex Logo

#dab78a Color Hex

#DAB78A
(218,183,138)
0 Favorites   0 Comments

Color spaces of #dab78a

RGB 218183138
HSL0.090.520.70
HSV34°37°85°
CMYK 0.000.160.37   0.15
XYZ50.434450.607431.1548
Yxy50.60740.38150.3828
Hunter Lab71.13892.055823.8316
CIE-Lab76.44066.342127.5896

#dab78a color RGB value is (218,183,138).

#dab78a hex color red value is 218, green value is 183 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dab78a hue: 0.09 , saturation: 0.52 and the lightness value of dab78a is 0.70.

The process color (four color CMYK) of #dab78a color hex is 0.00, 0.16, 0.37, 0.15. Web safe color of #dab78a is #cccc99. Color #dab78a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110111 10001010
Octal 332 267 212
Decimal 218 183 138
Hex DA B7 8A

RGB Percentages of Color #dab78a

%40.45
%33.95
%25.60

CMYK Percentages of Color #dab78a

%0
%16
%37
%15

Triadic Colors of #dab78a

#dab78a #8adab7 #b78ada

Analogous Colors of #dab78a

#dab78a #d5da8a #da8f8a

Monochromatic Colors of #dab78a

#dab78a

Complementary Color

#dab78a #8aadda

#dab78a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab78a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab78a Color CSS Codes

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

#dab78a Text Font Color

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

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


#dab78a Background Color

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

This div background color is #dab78a


#dab78a Border Color

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

This div border color is #dab78a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab78a


Comments

No comments written yet.

Please login to write comment.