Color Hex Logo

#dad545 Color Hex

#DAD545
(218,213,69)
0 Favorites   0 Comments

Color spaces of #dad545

RGB 21821369
HSL0.160.670.56
HSV58°68°85°
CMYK 0.000.020.68   0.15
XYZ53.781962.923614.9411
Yxy62.92360.40850.4780
Hunter Lab79.3244-17.794844.3595
CIE-Lab83.4022-14.900168.2247

#dad545 color RGB value is (218,213,69).

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

The process color (four color CMYK) of #dad545 color hex is 0.00, 0.02, 0.68, 0.15. Web safe color of #dad545 is #cccc33. Color #dad545 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010101 01000101
Octal 332 325 105
Decimal 218 213 69
Hex DA D5 45

RGB Percentages of Color #dad545

%43.60
%42.60
%13.80

CMYK Percentages of Color #dad545

%0
%2
%68
%15

Triadic Colors of #dad545

#dad545 #45dad5 #d545da

Analogous Colors of #dad545

#dad545 #95da45 #da8b45

Monochromatic Colors of #dad545

#dad545

Complementary Color

#dad545 #454ada

#dad545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad545 Color CSS Codes

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

#dad545 Text Font Color

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

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


#dad545 Background Color

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

This div background color is #dad545


#dad545 Border Color

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

This div border color is #dad545


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad545


Comments

No comments written yet.

Please login to write comment.