Color Hex Logo

#dad98a Color Hex

#DAD98A
(218,217,138)
0 Favorites   0 Comments

Color spaces of #dad98a

RGB 218217138
HSL0.160.520.70
HSV59°37°85°
CMYK 0.000.000.37   0.15
XYZ58.313766.366133.7812
Yxy66.36610.36800.4188
Hunter Lab81.4654-14.792432.4400
CIE-Lab85.1828-11.271339.0584

#dad98a color RGB value is (218,217,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011001 10001010
Octal 332 331 212
Decimal 218 217 138
Hex DA D9 8A

RGB Percentages of Color #dad98a

%38.05
%37.87
%24.08

CMYK Percentages of Color #dad98a

%0
%0
%37
%15

Triadic Colors of #dad98a

#dad98a #8adad9 #d98ada

Analogous Colors of #dad98a

#dad98a #b3da8a #dab18a

Monochromatic Colors of #dad98a

#dad98a

Complementary Color

#dad98a #8a8bda

#dad98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad98a Color CSS Codes

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

#dad98a Text Font Color

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

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


#dad98a Background Color

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

This div background color is #dad98a


#dad98a Border Color

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

This div border color is #dad98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad98a


Comments

No comments written yet.

Please login to write comment.