Color Hex Logo

#dad22d Color Hex

#DAD22D
(218,210,45)
0 Favorites   0 Comments

Color spaces of #dad22d

RGB 21821045
HSL0.160.700.52
HSV57°79°85°
CMYK 0.000.040.79   0.15
XYZ52.433761.188111.5296
Yxy61.18810.41900.4889
Hunter Lab78.2228-17.239246.0170
CIE-Lab82.4798-14.409275.1730

#dad22d color RGB value is (218,210,45).

#dad22d hex color red value is 218, green value is 210 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #dad22d hue: 0.16 , saturation: 0.70 and the lightness value of dad22d is 0.52.

The process color (four color CMYK) of #dad22d color hex is 0.00, 0.04, 0.79, 0.15. Web safe color of #dad22d is #cccc33. Color #dad22d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010010 00101101
Octal 332 322 55
Decimal 218 210 45
Hex DA D2 2D

RGB Percentages of Color #dad22d

%46.09
%44.40
%9.51

CMYK Percentages of Color #dad22d

%0
%4
%79
%15

Triadic Colors of #dad22d

#dad22d #2ddad2 #d22dda

Analogous Colors of #dad22d

#dad22d #8cda2d #da7c2d

Monochromatic Colors of #dad22d

#dad22d

Complementary Color

#dad22d #2d35da

#dad22d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad22d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad22d Color CSS Codes

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

#dad22d Text Font Color

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

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


#dad22d Background Color

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

This div background color is #dad22d


#dad22d Border Color

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

This div border color is #dad22d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad22d


Comments

No comments written yet.

Please login to write comment.