Color Hex Logo

#dad709 Color Hex

#DAD709
(218,215,9)
0 Favorites   0 Comments

Color spaces of #dad709

RGB 2182159
HSL0.160.920.45
HSV59°96°85°
CMYK 0.000.010.96   0.15
XYZ53.263263.52609.7129
Yxy63.52600.42100.5022
Hunter Lab79.7032-20.194548.5670
CIE-Lab83.7184-17.596982.5648

#dad709 color RGB value is (218,215,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010111 00001001
Octal 332 327 11
Decimal 218 215 9
Hex DA D7 9

RGB Percentages of Color #dad709

%49.32
%48.64
%2.04

CMYK Percentages of Color #dad709

%0
%1
%96
%15

Triadic Colors of #dad709

#dad709 #09dad7 #d709da

Analogous Colors of #dad709

#dad709 #75da09 #da6f09

Monochromatic Colors of #dad709

#dad709

Complementary Color

#dad709 #090cda

#dad709 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad709 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad709 Color CSS Codes

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

#dad709 Text Font Color

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

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


#dad709 Background Color

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

This div background color is #dad709


#dad709 Border Color

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

This div border color is #dad709


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad709


Comments

No comments written yet.

Please login to write comment.