Color Hex Logo

#dad445 Color Hex

#DAD445
(218,212,69)
0 Favorites   0 Comments

Color spaces of #dad445

RGB 21821269
HSL0.160.670.56
HSV58°68°85°
CMYK 0.000.030.68   0.15
XYZ53.531162.422114.8575
Yxy62.42210.40920.4772
Hunter Lab79.0077-17.321944.1558
CIE-Lab83.1374-14.402667.9610

#dad445 color RGB value is (218,212,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010100 01000101
Octal 332 324 105
Decimal 218 212 69
Hex DA D4 45

RGB Percentages of Color #dad445

%43.69
%42.48
%13.83

CMYK Percentages of Color #dad445

%0
%3
%68
%15

Triadic Colors of #dad445

#dad445 #45dad4 #d445da

Analogous Colors of #dad445

#dad445 #96da45 #da8a45

Monochromatic Colors of #dad445

#dad445

Complementary Color

#dad445 #454bda

#dad445 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad445 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad445 Color CSS Codes

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

#dad445 Text Font Color

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

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


#dad445 Background Color

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

This div background color is #dad445


#dad445 Border Color

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

This div border color is #dad445


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad445


Comments

No comments written yet.

Please login to write comment.