Color Hex Logo

#dad36f Color Hex

#DAD36F
(218,211,111)
0 Favorites   0 Comments

Color spaces of #dad36f

RGB 218211111
HSL0.160.590.65
HSV56°49°85°
CMYK 0.000.030.49   0.15
XYZ55.077062.641724.2271
Yxy62.64170.38800.4413
Hunter Lab79.1465-14.290637.2536
CIE-Lab83.2535-10.966049.9338

#dad36f color RGB value is (218,211,111).

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

The process color (four color CMYK) of #dad36f color hex is 0.00, 0.03, 0.49, 0.15. Web safe color of #dad36f is #cccc66. Color #dad36f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010011 01101111
Octal 332 323 157
Decimal 218 211 111
Hex DA D3 6F

RGB Percentages of Color #dad36f

%40.37
%39.07
%20.56

CMYK Percentages of Color #dad36f

%0
%3
%49
%15

Triadic Colors of #dad36f

#dad36f #6fdad3 #d36fda

Analogous Colors of #dad36f

#dad36f #acda6f #da9e6f

Monochromatic Colors of #dad36f

#dad36f

Complementary Color

#dad36f #6f76da

#dad36f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad36f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad36f Color CSS Codes

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

#dad36f Text Font Color

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

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


#dad36f Background Color

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

This div background color is #dad36f


#dad36f Border Color

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

This div border color is #dad36f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad36f


Comments

No comments written yet.

Please login to write comment.