Color Hex Logo

#dab980 Color Hex

#DAB980
(218,185,128)
0 Favorites   0 Comments

Color spaces of #dab980

RGB 218185128
HSL0.110.550.68
HSV38°41°85°
CMYK 0.000.150.41   0.15
XYZ50.158751.161927.6537
Yxy51.16190.38890.3967
Hunter Lab71.5275-0.000127.1468
CIE-Lab76.77704.153133.3037

#dab980 color RGB value is (218,185,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 10000000
Octal 332 271 200
Decimal 218 185 128
Hex DA B9 80

RGB Percentages of Color #dab980

%41.05
%34.84
%24.11

CMYK Percentages of Color #dab980

%0
%15
%41
%15

Triadic Colors of #dab980

#dab980 #80dab9 #b980da

Analogous Colors of #dab980

#dab980 #ceda80 #da8c80

Monochromatic Colors of #dab980

#dab980

Complementary Color

#dab980 #80a1da

#dab980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab980 Color CSS Codes

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

#dab980 Text Font Color

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

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


#dab980 Background Color

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

This div background color is #dab980


#dab980 Border Color

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

This div border color is #dab980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab980


Comments

No comments written yet.

Please login to write comment.