Color Hex Logo

#dac58a Color Hex

#DAC58A
(218,197,138)
0 Favorites   0 Comments

Color spaces of #dac58a

RGB 218197138
HSL0.120.520.70
HSV44°37°85°
CMYK 0.000.100.37   0.15
XYZ53.467156.672932.1657
Yxy56.67290.37570.3982
Hunter Lab75.2814-4.966427.3640
CIE-Lab79.9953-1.023632.3080

#dac58a color RGB value is (218,197,138).

#dac58a hex color red value is 218, green value is 197 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dac58a hue: 0.12 , saturation: 0.52 and the lightness value of dac58a is 0.70.

The process color (four color CMYK) of #dac58a color hex is 0.00, 0.10, 0.37, 0.15. Web safe color of #dac58a is #cccc99. Color #dac58a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000101 10001010
Octal 332 305 212
Decimal 218 197 138
Hex DA C5 8A

RGB Percentages of Color #dac58a

%39.42
%35.62
%24.95

CMYK Percentages of Color #dac58a

%0
%10
%37
%15

Triadic Colors of #dac58a

#dac58a #8adac5 #c58ada

Analogous Colors of #dac58a

#dac58a #c7da8a #da9d8a

Monochromatic Colors of #dac58a

#dac58a

Complementary Color

#dac58a #8a9fda

#dac58a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac58a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac58a Color CSS Codes

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

#dac58a Text Font Color

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

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


#dac58a Background Color

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

This div background color is #dac58a


#dac58a Border Color

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

This div border color is #dac58a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac58a


Comments

No comments written yet.

Please login to write comment.