Color Hex Logo

#dad209 Color Hex

#DAD209
(218,210,9)
0 Favorites   0 Comments

Color spaces of #dad209

RGB 2182109
HSL0.160.920.45
HSV58°96°85°
CMYK 0.000.040.96   0.15
XYZ52.009361.01839.2950
Yxy61.01830.42520.4988
Hunter Lab78.1142-17.852647.6249
CIE-Lab82.3886-15.125581.5726

#dad209 color RGB value is (218,210,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010010 00001001
Octal 332 322 11
Decimal 218 210 9
Hex DA D2 9

RGB Percentages of Color #dad209

%49.89
%48.05
%2.06

CMYK Percentages of Color #dad209

%0
%4
%96
%15

Triadic Colors of #dad209

#dad209 #09dad2 #d209da

Analogous Colors of #dad209

#dad209 #7ada09 #da6a09

Monochromatic Colors of #dad209

#dad209

Complementary Color

#dad209 #0911da

#dad209 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad209 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad209 Color CSS Codes

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

#dad209 Text Font Color

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

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


#dad209 Background Color

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

This div background color is #dad209


#dad209 Border Color

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

This div border color is #dad209


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad209


Comments

No comments written yet.

Please login to write comment.