Color Hex Logo

#dab78e Color Hex

#DAB78E
(218,183,142)
0 Favorites   0 Comments

Color spaces of #dab78e

RGB 218183142
HSL0.090.510.71
HSV32°35°85°
CMYK 0.000.160.35   0.15
XYZ50.729450.725432.7084
Yxy50.72540.37810.3781
Hunter Lab71.22182.502822.6265
CIE-Lab76.51246.820325.5581

#dab78e color RGB value is (218,183,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110111 10001110
Octal 332 267 216
Decimal 218 183 142
Hex DA B7 8E

RGB Percentages of Color #dab78e

%40.15
%33.70
%26.15

CMYK Percentages of Color #dab78e

%0
%16
%35
%15

Triadic Colors of #dab78e

#dab78e #8edab7 #b78eda

Analogous Colors of #dab78e

#dab78e #d7da8e #da918e

Monochromatic Colors of #dab78e

#dab78e

Complementary Color

#dab78e #8eb1da

#dab78e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab78e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab78e Color CSS Codes

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

#dab78e Text Font Color

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

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


#dab78e Background Color

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

This div background color is #dab78e


#dab78e Border Color

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

This div border color is #dab78e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab78e


Comments

No comments written yet.

Please login to write comment.