Color Hex Logo

#dad47f Color Hex

#DAD47F
(218,212,127)
0 Favorites   0 Comments

Color spaces of #dad47f

RGB 218212127
HSL0.160.550.68
HSV56°42°85°
CMYK 0.000.030.42   0.15
XYZ56.287763.524729.3735
Yxy63.52470.37730.4258
Hunter Lab79.7024-13.418333.9409
CIE-Lab83.7177-9.934542.6975

#dad47f color RGB value is (218,212,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010100 01111111
Octal 332 324 177
Decimal 218 212 127
Hex DA D4 7F

RGB Percentages of Color #dad47f

%39.14
%38.06
%22.80

CMYK Percentages of Color #dad47f

%0
%3
%42
%15

Triadic Colors of #dad47f

#dad47f #7fdad4 #d47fda

Analogous Colors of #dad47f

#dad47f #b3da7f #daa77f

Monochromatic Colors of #dad47f

#dad47f

Complementary Color

#dad47f #7f85da

#dad47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad47f Color CSS Codes

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

#dad47f Text Font Color

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

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


#dad47f Background Color

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

This div background color is #dad47f


#dad47f Border Color

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

This div border color is #dad47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad47f


Comments

No comments written yet.

Please login to write comment.