Color Hex Logo

#dad870 Color Hex

#DAD870
(218,216,112)
0 Favorites   0 Comments

Color spaces of #dad870

RGB 218216112
HSL0.160.590.65
HSV59°49°85°
CMYK 0.000.010.49   0.15
XYZ56.393965.187024.9393
Yxy65.18700.38490.4449
Hunter Lab80.7385-16.614338.2028
CIE-Lab84.5800-13.387551.0448

#dad870 color RGB value is (218,216,112).

#dad870 hex color red value is 218, green value is 216 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #dad870 hue: 0.16 , saturation: 0.59 and the lightness value of dad870 is 0.65.

The process color (four color CMYK) of #dad870 color hex is 0.00, 0.01, 0.49, 0.15. Web safe color of #dad870 is #cccc66. Color #dad870 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011000 01110000
Octal 332 330 160
Decimal 218 216 112
Hex DA D8 70

RGB Percentages of Color #dad870

%39.93
%39.56
%20.51

CMYK Percentages of Color #dad870

%0
%1
%49
%15

Triadic Colors of #dad870

#dad870 #70dad8 #d870da

Analogous Colors of #dad870

#dad870 #a7da70 #daa370

Monochromatic Colors of #dad870

#dad870

Complementary Color

#dad870 #7072da

#dad870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad870 Color CSS Codes

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

#dad870 Text Font Color

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

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


#dad870 Background Color

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

This div background color is #dad870


#dad870 Border Color

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

This div border color is #dad870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad870

#dad870 Color Palettes


Comments

No comments written yet.

Please login to write comment.