Color Hex Logo

#dad99b Color Hex

#DAD99B
(218,217,155)
0 Favorites   0 Comments

Color spaces of #dad99b

RGB 218217155
HSL0.160.460.73
HSV59°29°85°
CMYK 0.000.000.29   0.15
XYZ59.642766.897740.7794
Yxy66.89770.35650.3998
Hunter Lab81.7910-12.970627.6929
CIE-Lab85.4523-9.229330.7537

#dad99b color RGB value is (218,217,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011001 10011011
Octal 332 331 233
Decimal 218 217 155
Hex DA D9 9B

RGB Percentages of Color #dad99b

%36.95
%36.78
%26.27

CMYK Percentages of Color #dad99b

%0
%0
%29
%15

Triadic Colors of #dad99b

#dad99b #9bdad9 #d99bda

Analogous Colors of #dad99b

#dad99b #bcda9b #daba9b

Monochromatic Colors of #dad99b

#dad99b

Complementary Color

#dad99b #9b9cda

#dad99b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad99b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad99b Color CSS Codes

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

#dad99b Text Font Color

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

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


#dad99b Background Color

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

This div background color is #dad99b


#dad99b Border Color

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

This div border color is #dad99b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad99b


Comments

No comments written yet.

Please login to write comment.