Color Hex Logo

#dad070 Color Hex

#DAD070
(218,208,112)
0 Favorites   0 Comments

Color spaces of #dad070

RGB 218208112
HSL0.150.590.65
HSV54°49°85°
CMYK 0.000.050.49   0.15
XYZ54.393961.187024.2726
Yxy61.18700.38890.4375
Hunter Lab78.2221-12.763836.3576
CIE-Lab82.4792-9.358948.5230

#dad070 color RGB value is (218,208,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010000 01110000
Octal 332 320 160
Decimal 218 208 112
Hex DA D0 70

RGB Percentages of Color #dad070

%40.52
%38.66
%20.82

CMYK Percentages of Color #dad070

%0
%5
%49
%15

Triadic Colors of #dad070

#dad070 #70dad0 #d070da

Analogous Colors of #dad070

#dad070 #afda70 #da9b70

Monochromatic Colors of #dad070

#dad070

Complementary Color

#dad070 #707ada

#dad070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad070 Color CSS Codes

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

#dad070 Text Font Color

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

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


#dad070 Background Color

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

This div background color is #dad070


#dad070 Border Color

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

This div border color is #dad070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad070


Comments

No comments written yet.

Please login to write comment.