Color Hex Logo

#dab87a Color Hex

#DAB87A
(218,184,122)
0 Favorites   0 Comments

Color spaces of #dab87a

RGB 218184122
HSL0.110.560.67
HSV39°44°85°
CMYK 0.000.160.44   0.15
XYZ49.566850.591525.5650
Yxy50.59150.39430.4024
Hunter Lab71.1277-0.082128.4791
CIE-Lab76.43094.049235.9797

#dab87a color RGB value is (218,184,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111000 01111010
Octal 332 270 172
Decimal 218 184 122
Hex DA B8 7A

RGB Percentages of Color #dab87a

%41.60
%35.11
%23.28

CMYK Percentages of Color #dab87a

%0
%16
%44
%15

Triadic Colors of #dab87a

#dab87a #7adab8 #b87ada

Analogous Colors of #dab87a

#dab87a #ccda7a #da887a

Monochromatic Colors of #dab87a

#dab87a

Complementary Color

#dab87a #7a9cda

#dab87a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab87a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab87a Color CSS Codes

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

#dab87a Text Font Color

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

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


#dab87a Background Color

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

This div background color is #dab87a


#dab87a Border Color

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

This div border color is #dab87a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab87a


Comments

No comments written yet.

Please login to write comment.