Color Hex Logo

#dad417 Color Hex

#DAD417
(218,212,23)
0 Favorites   0 Comments

Color spaces of #dad417

RGB 21821223
HSL0.160.810.47
HSV58°89°85°
CMYK 0.000.030.89   0.15
XYZ52.611662.054310.0154
Yxy62.05430.42200.4977
Hunter Lab78.7746-18.639747.6041
CIE-Lab82.9423-15.939680.3085

#dad417 color RGB value is (218,212,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010100 00010111
Octal 332 324 27
Decimal 218 212 23
Hex DA D4 17

RGB Percentages of Color #dad417

%48.12
%46.80
%5.08

CMYK Percentages of Color #dad417

%0
%3
%89
%15

Triadic Colors of #dad417

#dad417 #17dad4 #d417da

Analogous Colors of #dad417

#dad417 #7fda17 #da7317

Monochromatic Colors of #dad417

#dad417

Complementary Color

#dad417 #171dda

#dad417 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad417 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad417 Color CSS Codes

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

#dad417 Text Font Color

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

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


#dad417 Background Color

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

This div background color is #dad417


#dad417 Border Color

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

This div border color is #dad417


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad417


Comments

No comments written yet.

Please login to write comment.