Color Hex Logo

#dab582 Color Hex

#DAB582
(218,181,130)
0 Favorites   0 Comments

Color spaces of #dab582

RGB 218181130
HSL0.100.540.68
HSV35°40°85°
CMYK 0.000.170.40   0.15
XYZ49.466649.564928.0789
Yxy49.56490.38920.3899
Hunter Lab70.40232.214825.6347
CIE-Lab75.80146.491130.9759

#dab582 color RGB value is (218,181,130).

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

The process color (four color CMYK) of #dab582 color hex is 0.00, 0.17, 0.40, 0.15. Web safe color of #dab582 is #cccc99. Color #dab582 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110101 10000010
Octal 332 265 202
Decimal 218 181 130
Hex DA B5 82

RGB Percentages of Color #dab582

%41.21
%34.22
%24.57

CMYK Percentages of Color #dab582

%0
%17
%40
%15

Triadic Colors of #dab582

#dab582 #82dab5 #b582da

Analogous Colors of #dab582

#dab582 #d3da82 #da8982

Monochromatic Colors of #dab582

#dab582

Complementary Color

#dab582 #82a7da

#dab582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab582 Color CSS Codes

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

#dab582 Text Font Color

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

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


#dab582 Background Color

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

This div background color is #dab582


#dab582 Border Color

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

This div border color is #dab582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab582


Comments

No comments written yet.

Please login to write comment.