Color Hex Logo

#dac68e Color Hex

#DAC68E
(218,198,142)
0 Favorites   0 Comments

Color spaces of #dac68e

RGB 218198142
HSL0.120.510.71
HSV44°35°85°
CMYK 0.000.090.35   0.15
XYZ53.990057.246633.7953
Yxy57.24660.37230.3947
Hunter Lab75.6615-5.034826.4803
CIE-Lab80.3181-1.074030.6521

#dac68e color RGB value is (218,198,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 10001110
Octal 332 306 216
Decimal 218 198 142
Hex DA C6 8E

RGB Percentages of Color #dac68e

%39.07
%35.48
%25.45

CMYK Percentages of Color #dac68e

%0
%9
%35
%15

Triadic Colors of #dac68e

#dac68e #8edac6 #c68eda

Analogous Colors of #dac68e

#dac68e #c8da8e #daa08e

Monochromatic Colors of #dac68e

#dac68e

Complementary Color

#dac68e #8ea2da

#dac68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac68e Color CSS Codes

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

#dac68e Text Font Color

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

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


#dac68e Background Color

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

This div background color is #dac68e


#dac68e Border Color

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

This div border color is #dac68e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac68e


Comments

No comments written yet.

Please login to write comment.