Color Hex Logo

#dad410 Color Hex

#DAD410
(218,212,16)
0 Favorites   0 Comments

Color spaces of #dad410

RGB 21821216
HSL0.160.860.46
HSV58°93°85°
CMYK 0.000.030.93   0.15
XYZ52.550562.02989.6935
Yxy62.02980.42290.4991
Hunter Lab78.7590-18.727447.8340
CIE-Lab82.9293-16.042481.2639

#dad410 color RGB value is (218,212,16).

#dad410 hex color red value is 218, green value is 212 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #dad410 hue: 0.16 , saturation: 0.86 and the lightness value of dad410 is 0.46.

The process color (four color CMYK) of #dad410 color hex is 0.00, 0.03, 0.93, 0.15. Web safe color of #dad410 is #cccc00. Color #dad410 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010100 00010000
Octal 332 324 20
Decimal 218 212 16
Hex DA D4 10

RGB Percentages of Color #dad410

%48.88
%47.53
%3.59

CMYK Percentages of Color #dad410

%0
%3
%93
%15

Triadic Colors of #dad410

#dad410 #10dad4 #d410da

Analogous Colors of #dad410

#dad410 #7bda10 #da6f10

Monochromatic Colors of #dad410

#dad410

Complementary Color

#dad410 #1016da

#dad410 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad410 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad410 Color CSS Codes

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

#dad410 Text Font Color

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

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


#dad410 Background Color

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

This div background color is #dad410


#dad410 Border Color

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

This div border color is #dad410


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad410


Comments

No comments written yet.

Please login to write comment.