Color Hex Logo

#dad707 Color Hex

#DAD707
(218,215,7)
0 Favorites   0 Comments

Color spaces of #dad707

RGB 2182157
HSL0.160.940.44
HSV59°97°85°
CMYK 0.000.010.97   0.15
XYZ53.252263.52169.6552
Yxy63.52160.42120.5024
Hunter Lab79.7004-20.210248.6077
CIE-Lab83.7161-17.615382.7382

#dad707 color RGB value is (218,215,7).

#dad707 hex color red value is 218, green value is 215 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #dad707 hue: 0.16 , saturation: 0.94 and the lightness value of dad707 is 0.44.

The process color (four color CMYK) of #dad707 color hex is 0.00, 0.01, 0.97, 0.15. Web safe color of #dad707 is #cccc00. Color #dad707 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010111 00000111
Octal 332 327 7
Decimal 218 215 7
Hex DA D7 7

RGB Percentages of Color #dad707

%49.55
%48.86
%1.59

CMYK Percentages of Color #dad707

%0
%1
%97
%15

Triadic Colors of #dad707

#dad707 #07dad7 #d707da

Analogous Colors of #dad707

#dad707 #74da07 #da6e07

Monochromatic Colors of #dad707

#dad707

Complementary Color

#dad707 #070ada

#dad707 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad707 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad707 Color CSS Codes

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

#dad707 Text Font Color

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

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


#dad707 Background Color

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

This div background color is #dad707


#dad707 Border Color

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

This div border color is #dad707


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad707


Comments

No comments written yet.

Please login to write comment.