Color Hex Logo

#dad049 Color Hex

#DAD049
(218,208,73)
0 Favorites   0 Comments

Color spaces of #dad049

RGB 21820873
HSL0.160.660.57
HSV56°67°85°
CMYK 0.000.050.67   0.15
XYZ52.671960.498215.2045
Yxy60.49820.41030.4713
Hunter Lab77.7806-15.238442.8564
CIE-Lab82.1082-12.187765.3912

#dad049 color RGB value is (218,208,73).

#dad049 hex color red value is 218, green value is 208 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #dad049 hue: 0.16 , saturation: 0.66 and the lightness value of dad049 is 0.57.

The process color (four color CMYK) of #dad049 color hex is 0.00, 0.05, 0.67, 0.15. Web safe color of #dad049 is #cccc33. Color #dad049 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010000 01001001
Octal 332 320 111
Decimal 218 208 73
Hex DA D0 49

RGB Percentages of Color #dad049

%43.69
%41.68
%14.63

CMYK Percentages of Color #dad049

%0
%5
%67
%15

Triadic Colors of #dad049

#dad049 #49dad0 #d049da

Analogous Colors of #dad049

#dad049 #9cda49 #da8849

Monochromatic Colors of #dad049

#dad049

Complementary Color

#dad049 #4953da

#dad049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad049 Color CSS Codes

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

#dad049 Text Font Color

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

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


#dad049 Background Color

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

This div background color is #dad049


#dad049 Border Color

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

This div border color is #dad049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad049


Comments

No comments written yet.

Please login to write comment.