Color Hex Logo

#dad584 Color Hex

#DAD584
(218,213,132)
0 Favorites   0 Comments

Color spaces of #dad584

RGB 218213132
HSL0.160.540.69
HSV57°39°85°
CMYK 0.000.020.39   0.15
XYZ56.872564.159931.2164
Yxy64.15990.37350.4214
Hunter Lab80.0999-13.436232.9635
CIE-Lab84.0490-9.913340.6206

#dad584 color RGB value is (218,213,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010101 10000100
Octal 332 325 204
Decimal 218 213 132
Hex DA D5 84

RGB Percentages of Color #dad584

%38.72
%37.83
%23.45

CMYK Percentages of Color #dad584

%0
%2
%39
%15

Triadic Colors of #dad584

#dad584 #84dad5 #d584da

Analogous Colors of #dad584

#dad584 #b4da84 #daaa84

Monochromatic Colors of #dad584

#dad584

Complementary Color

#dad584 #8489da

#dad584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad584 Color CSS Codes

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

#dad584 Text Font Color

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

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


#dad584 Background Color

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

This div background color is #dad584


#dad584 Border Color

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

This div border color is #dad584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad584


Comments

No comments written yet.

Please login to write comment.