Color Hex Logo

#dad88f Color Hex

#DAD88F
(218,216,143)
0 Favorites   0 Comments

Color spaces of #dad88f

RGB 218216143
HSL0.160.500.71
HSV58°34°85°
CMYK 0.000.010.34   0.15
XYZ58.427266.000335.6465
Yxy66.00030.36500.4123
Hunter Lab81.2406-13.796030.8533
CIE-Lab84.9966-10.193136.2898

#dad88f color RGB value is (218,216,143).

#dad88f hex color red value is 218, green value is 216 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dad88f hue: 0.16 , saturation: 0.50 and the lightness value of dad88f is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011000 10001111
Octal 332 330 217
Decimal 218 216 143
Hex DA D8 8F

RGB Percentages of Color #dad88f

%37.78
%37.44
%24.78

CMYK Percentages of Color #dad88f

%0
%1
%34
%15

Triadic Colors of #dad88f

#dad88f #8fdad8 #d88fda

Analogous Colors of #dad88f

#dad88f #b7da8f #dab38f

Monochromatic Colors of #dad88f

#dad88f

Complementary Color

#dad88f #8f91da

#dad88f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad88f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad88f Color CSS Codes

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

#dad88f Text Font Color

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

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


#dad88f Background Color

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

This div background color is #dad88f


#dad88f Border Color

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

This div border color is #dad88f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad88f


Comments

No comments written yet.

Please login to write comment.