Color Hex Logo

#dad980 Color Hex

#DAD980
(218,217,128)
0 Favorites   0 Comments

Color spaces of #dad980

RGB 218217128
HSL0.160.550.68
HSV59°41°85°
CMYK 0.000.000.41   0.15
XYZ57.622666.089630.1416
Yxy66.08960.37450.4296
Hunter Lab81.2955-15.745634.9241
CIE-Lab85.0421-12.349943.8642

#dad980 color RGB value is (218,217,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011001 10000000
Octal 332 331 200
Decimal 218 217 128
Hex DA D9 80

RGB Percentages of Color #dad980

%38.72
%38.54
%22.74

CMYK Percentages of Color #dad980

%0
%0
%41
%15

Triadic Colors of #dad980

#dad980 #80dad9 #d980da

Analogous Colors of #dad980

#dad980 #aeda80 #daac80

Monochromatic Colors of #dad980

#dad980

Complementary Color

#dad980 #8081da

#dad980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad980 Color CSS Codes

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

#dad980 Text Font Color

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

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


#dad980 Background Color

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

This div background color is #dad980


#dad980 Border Color

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

This div border color is #dad980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad980


Comments

No comments written yet.

Please login to write comment.