Color Hex Logo

#dad345 Color Hex

#DAD345
(218,211,69)
0 Favorites   0 Comments

Color spaces of #dad345

RGB 21821169
HSL0.160.670.56
HSV57°68°85°
CMYK 0.000.030.68   0.15
XYZ53.281961.923614.7744
Yxy61.92360.40990.4764
Hunter Lab78.6915-16.848243.9523
CIE-Lab82.8728-13.903867.6971

#dad345 color RGB value is (218,211,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010011 01000101
Octal 332 323 105
Decimal 218 211 69
Hex DA D3 45

RGB Percentages of Color #dad345

%43.78
%42.37
%13.86

CMYK Percentages of Color #dad345

%0
%3
%68
%15

Triadic Colors of #dad345

#dad345 #45dad3 #d345da

Analogous Colors of #dad345

#dad345 #97da45 #da8945

Monochromatic Colors of #dad345

#dad345

Complementary Color

#dad345 #454cda

#dad345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad345 Color CSS Codes

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

#dad345 Text Font Color

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

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


#dad345 Background Color

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

This div background color is #dad345


#dad345 Border Color

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

This div border color is #dad345


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,211,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 #dad345">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad345


Comments

No comments written yet.

Please login to write comment.