Color Hex Logo

#dad721 Color Hex

#DAD721
(218,215,33)
0 Favorites   0 Comments

Color spaces of #dad721

RGB 21821533
HSL0.160.740.49
HSV59°85°85°
CMYK 0.000.010.85   0.15
XYZ53.488463.616110.8988
Yxy63.61610.41790.4970
Hunter Lab79.7597-19.873947.7301
CIE-Lab83.7655-17.219879.1479

#dad721 color RGB value is (218,215,33).

#dad721 hex color red value is 218, green value is 215 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #dad721 hue: 0.16 , saturation: 0.74 and the lightness value of dad721 is 0.49.

The process color (four color CMYK) of #dad721 color hex is 0.00, 0.01, 0.85, 0.15. Web safe color of #dad721 is #cccc33. Color #dad721 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010111 00100001
Octal 332 327 41
Decimal 218 215 33
Hex DA D7 21

RGB Percentages of Color #dad721

%46.78
%46.14
%7.08

CMYK Percentages of Color #dad721

%0
%1
%85
%15

Triadic Colors of #dad721

#dad721 #21dad7 #d721da

Analogous Colors of #dad721

#dad721 #81da21 #da7b21

Monochromatic Colors of #dad721

#dad721

Complementary Color

#dad721 #2124da

#dad721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad721 Color CSS Codes

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

#dad721 Text Font Color

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

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


#dad721 Background Color

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

This div background color is #dad721


#dad721 Border Color

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

This div border color is #dad721


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad721


Comments

No comments written yet.

Please login to write comment.