Color Hex Logo

#dab682 Color Hex

#DAB682
(218,182,130)
0 Favorites   0 Comments

Color spaces of #dab682

RGB 218182130
HSL0.100.540.68
HSV35°40°85°
CMYK 0.000.170.40   0.15
XYZ49.670749.973028.1469
Yxy49.97300.38870.3911
Hunter Lab70.69161.710925.8769
CIE-Lab76.05275.960431.3064

#dab682 color RGB value is (218,182,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110110 10000010
Octal 332 266 202
Decimal 218 182 130
Hex DA B6 82

RGB Percentages of Color #dab682

%41.13
%34.34
%24.53

CMYK Percentages of Color #dab682

%0
%17
%40
%15

Triadic Colors of #dab682

#dab682 #82dab6 #b682da

Analogous Colors of #dab682

#dab682 #d2da82 #da8a82

Monochromatic Colors of #dab682

#dab682

Complementary Color

#dab682 #82a6da

#dab682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab682 Color CSS Codes

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

#dab682 Text Font Color

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

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


#dab682 Background Color

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

This div background color is #dab682


#dab682 Border Color

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

This div border color is #dab682


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,182,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 #dab682">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab682


Comments

No comments written yet.

Please login to write comment.