Color Hex Logo

#dac18e Color Hex

#DAC18E
(218,193,142)
0 Favorites   0 Comments

Color spaces of #dac18e

RGB 218193142
HSL0.110.510.71
HSV40°35°85°
CMYK 0.000.110.35   0.15
XYZ52.865954.998333.4206
Yxy54.99830.37420.3893
Hunter Lab74.1608-2.536925.1935
CIE-Lab79.04031.539828.9514

#dac18e color RGB value is (218,193,142).

#dac18e hex color red value is 218, green value is 193 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dac18e hue: 0.11 , saturation: 0.51 and the lightness value of dac18e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000001 10001110
Octal 332 301 216
Decimal 218 193 142
Hex DA C1 8E

RGB Percentages of Color #dac18e

%39.42
%34.90
%25.68

CMYK Percentages of Color #dac18e

%0
%11
%35
%15

Triadic Colors of #dac18e

#dac18e #8edac1 #c18eda

Analogous Colors of #dac18e

#dac18e #cdda8e #da9b8e

Monochromatic Colors of #dac18e

#dac18e

Complementary Color

#dac18e #8ea7da

#dac18e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac18e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac18e Color CSS Codes

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

#dac18e Text Font Color

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

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


#dac18e Background Color

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

This div background color is #dac18e


#dac18e Border Color

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

This div border color is #dac18e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac18e


Comments

No comments written yet.

Please login to write comment.