Color Hex Logo

#dad982 Color Hex

#DAD982
(218,217,130)
0 Favorites   0 Comments

Color spaces of #dad982

RGB 218217130
HSL0.160.540.68
HSV59°40°85°
CMYK 0.000.000.40   0.15
XYZ57.755666.142830.8419
Yxy66.14280.37320.4274
Hunter Lab81.3282-15.561834.4454
CIE-Lab85.0692-12.141342.9092

#dad982 color RGB value is (218,217,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011001 10000010
Octal 332 331 202
Decimal 218 217 130
Hex DA D9 82

RGB Percentages of Color #dad982

%38.58
%38.41
%23.01

CMYK Percentages of Color #dad982

%0
%0
%40
%15

Triadic Colors of #dad982

#dad982 #82dad9 #d982da

Analogous Colors of #dad982

#dad982 #afda82 #daad82

Monochromatic Colors of #dad982

#dad982

Complementary Color

#dad982 #8283da

#dad982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad982 Color CSS Codes

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

#dad982 Text Font Color

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

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


#dad982 Background Color

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

This div background color is #dad982


#dad982 Border Color

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

This div border color is #dad982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad982


Comments

No comments written yet.

Please login to write comment.