Color Hex Logo

#dab87f Color Hex

#DAB87F
(218,184,127)
0 Favorites   0 Comments

Color spaces of #dab87f

RGB 218184127
HSL0.100.550.68
HSV38°42°85°
CMYK 0.000.160.42   0.15
XYZ49.884750.718727.2392
Yxy50.71870.39020.3967
Hunter Lab71.21710.402227.1746
CIE-Lab76.50834.574133.4765

#dab87f color RGB value is (218,184,127).

#dab87f hex color red value is 218, green value is 184 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #dab87f hue: 0.10 , saturation: 0.55 and the lightness value of dab87f is 0.68.

The process color (four color CMYK) of #dab87f color hex is 0.00, 0.16, 0.42, 0.15. Web safe color of #dab87f is #cccc66. Color #dab87f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111000 01111111
Octal 332 270 177
Decimal 218 184 127
Hex DA B8 7F

RGB Percentages of Color #dab87f

%41.21
%34.78
%24.01

CMYK Percentages of Color #dab87f

%0
%16
%42
%15

Triadic Colors of #dab87f

#dab87f #7fdab8 #b87fda

Analogous Colors of #dab87f

#dab87f #cfda7f #da8b7f

Monochromatic Colors of #dab87f

#dab87f

Complementary Color

#dab87f #7fa1da

#dab87f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab87f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab87f Color CSS Codes

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

#dab87f Text Font Color

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

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


#dab87f Background Color

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

This div background color is #dab87f


#dab87f Border Color

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

This div border color is #dab87f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab87f


Comments

No comments written yet.

Please login to write comment.