Color Hex Logo

#dab87e Color Hex

#DAB87E
(218,184,126)
0 Favorites   0 Comments

Color spaces of #dab87e

RGB 218184126
HSL0.110.550.67
HSV38°42°85°
CMYK 0.000.160.42   0.15
XYZ49.819850.692826.8976
Yxy50.69280.39100.3979
Hunter Lab71.19890.303327.4406
CIE-Lab76.49254.467033.9784

#dab87e color RGB value is (218,184,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111000 01111110
Octal 332 270 176
Decimal 218 184 126
Hex DA B8 7E

RGB Percentages of Color #dab87e

%41.29
%34.85
%23.86

CMYK Percentages of Color #dab87e

%0
%16
%42
%15

Triadic Colors of #dab87e

#dab87e #7edab8 #b87eda

Analogous Colors of #dab87e

#dab87e #ceda7e #da8a7e

Monochromatic Colors of #dab87e

#dab87e

Complementary Color

#dab87e #7ea0da

#dab87e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab87e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab87e Color CSS Codes

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

#dab87e Text Font Color

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

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


#dab87e Background Color

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

This div background color is #dab87e


#dab87e Border Color

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

This div border color is #dab87e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab87e


Comments

No comments written yet.

Please login to write comment.