Color Hex Logo

#dad518 Color Hex

#DAD518
(218,213,24)
0 Favorites   0 Comments

Color spaces of #dad518

RGB 21821324
HSL0.160.800.47
HSV58°89°85°
CMYK 0.000.020.89   0.15
XYZ52.872662.559910.1527
Yxy62.55990.42100.4981
Hunter Lab79.0948-19.093847.7558
CIE-Lab83.2103-16.417080.3599

#dad518 color RGB value is (218,213,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010101 00011000
Octal 332 325 30
Decimal 218 213 24
Hex DA D5 18

RGB Percentages of Color #dad518

%47.91
%46.81
%5.27

CMYK Percentages of Color #dad518

%0
%2
%89
%15

Triadic Colors of #dad518

#dad518 #18dad5 #d518da

Analogous Colors of #dad518

#dad518 #7eda18 #da7418

Monochromatic Colors of #dad518

#dad518

Complementary Color

#dad518 #181dda

#dad518 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad518 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad518 Color CSS Codes

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

#dad518 Text Font Color

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

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


#dad518 Background Color

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

This div background color is #dad518


#dad518 Border Color

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

This div border color is #dad518


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad518


Comments

No comments written yet.

Please login to write comment.