Color Hex Logo

#dab94a Color Hex

#DAB94A
(218,185,74)
0 Favorites   0 Comments

Color spaces of #dab94a

RGB 21818574
HSL0.130.660.57
HSV46°66°85°
CMYK 0.000.150.66   0.15
XYZ47.498450.097813.6450
Yxy50.09780.42700.4504
Hunter Lab70.7798-4.078138.1159
CIE-Lab76.1293-0.328558.7588

#dab94a color RGB value is (218,185,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 01001010
Octal 332 271 112
Decimal 218 185 74
Hex DA B9 4A

RGB Percentages of Color #dab94a

%45.70
%38.78
%15.51

CMYK Percentages of Color #dab94a

%0
%15
%66
%15

Triadic Colors of #dab94a

#dab94a #4adab9 #b94ada

Analogous Colors of #dab94a

#dab94a #b3da4a #da714a

Monochromatic Colors of #dab94a

#dab94a

Complementary Color

#dab94a #4a6bda

#dab94a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab94a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab94a Color CSS Codes

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

#dab94a Text Font Color

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

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


#dab94a Background Color

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

This div background color is #dab94a


#dab94a Border Color

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

This div border color is #dab94a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab94a


Comments

No comments written yet.

Please login to write comment.