Color Hex Logo

#dad18f Color Hex

#DAD18F
(218,209,143)
0 Favorites   0 Comments

Color spaces of #dad18f

RGB 218209143
HSL0.150.500.71
HSV53°34°85°
CMYK 0.000.040.34   0.15
XYZ56.671862.489535.0614
Yxy62.48950.36750.4052
Hunter Lab79.0503-10.369929.0382
CIE-Lab83.1731-6.634133.9041

#dad18f color RGB value is (218,209,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010001 10001111
Octal 332 321 217
Decimal 218 209 143
Hex DA D1 8F

RGB Percentages of Color #dad18f

%38.25
%36.67
%25.09

CMYK Percentages of Color #dad18f

%0
%4
%34
%15

Triadic Colors of #dad18f

#dad18f #8fdad1 #d18fda

Analogous Colors of #dad18f

#dad18f #beda8f #daac8f

Monochromatic Colors of #dad18f

#dad18f

Complementary Color

#dad18f #8f98da

#dad18f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad18f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad18f Color CSS Codes

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

#dad18f Text Font Color

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

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


#dad18f Background Color

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

This div background color is #dad18f


#dad18f Border Color

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

This div border color is #dad18f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad18f


Comments

No comments written yet.

Please login to write comment.