Color Hex Logo

#dac98a Color Hex

#DAC98A
(218,201,138)
0 Favorites   0 Comments

Color spaces of #dac98a

RGB 218201138
HSL0.130.520.70
HSV47°37°85°
CMYK 0.000.080.37   0.15
XYZ54.387558.513732.4725
Yxy58.51370.37410.4025
Hunter Lab76.4942-6.951228.3768
CIE-Lab81.0236-3.101033.6588

#dac98a color RGB value is (218,201,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001001 10001010
Octal 332 311 212
Decimal 218 201 138
Hex DA C9 8A

RGB Percentages of Color #dac98a

%39.14
%36.09
%24.78

CMYK Percentages of Color #dac98a

%0
%8
%37
%15

Triadic Colors of #dac98a

#dac98a #8adac9 #c98ada

Analogous Colors of #dac98a

#dac98a #c3da8a #daa18a

Monochromatic Colors of #dac98a

#dac98a

Complementary Color

#dac98a #8a9bda

#dac98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac98a Color CSS Codes

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

#dac98a Text Font Color

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

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


#dac98a Background Color

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

This div background color is #dac98a


#dac98a Border Color

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

This div border color is #dac98a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,201,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 #dac98a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac98a


Comments

No comments written yet.

Please login to write comment.