Color Hex Logo

#dad10d Color Hex

#DAD10D
(218,209,13)
0 Favorites   0 Comments

Color spaces of #dad10d

RGB 21820913
HSL0.160.890.45
HSV57°94°85°
CMYK 0.000.040.94   0.15
XYZ51.786660.53549.3358
Yxy60.53540.42570.4976
Hunter Lab77.8045-17.348447.3489
CIE-Lab82.1283-14.588480.9952

#dad10d color RGB value is (218,209,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010001 00001101
Octal 332 321 15
Decimal 218 209 13
Hex DA D1 D

RGB Percentages of Color #dad10d

%49.55
%47.50
%2.95

CMYK Percentages of Color #dad10d

%0
%4
%94
%15

Triadic Colors of #dad10d

#dad10d #0ddad1 #d10dda

Analogous Colors of #dad10d

#dad10d #7dda0d #da6b0d

Monochromatic Colors of #dad10d

#dad10d

Complementary Color

#dad10d #0d16da

#dad10d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad10d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad10d Color CSS Codes

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

#dad10d Text Font Color

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

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


#dad10d Background Color

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

This div background color is #dad10d


#dad10d Border Color

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

This div border color is #dad10d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad10d


Comments

No comments written yet.

Please login to write comment.