Color Hex Logo

#dac68c Color Hex

#DAC68C
(218,198,140)
0 Favorites   0 Comments

Color spaces of #dac68c

RGB 218198140
HSL0.120.510.70
HSV45°36°85°
CMYK 0.000.090.36   0.15
XYZ53.841157.187033.0114
Yxy57.18700.37380.3970
Hunter Lab75.6221-5.251027.0535
CIE-Lab80.2847-1.310931.6497

#dac68c color RGB value is (218,198,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 10001100
Octal 332 306 214
Decimal 218 198 140
Hex DA C6 8C

RGB Percentages of Color #dac68c

%39.21
%35.61
%25.18

CMYK Percentages of Color #dac68c

%0
%9
%36
%15

Triadic Colors of #dac68c

#dac68c #8cdac6 #c68cda

Analogous Colors of #dac68c

#dac68c #c7da8c #da9f8c

Monochromatic Colors of #dac68c

#dac68c

Complementary Color

#dac68c #8ca0da

#dac68c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac68c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac68c Color CSS Codes

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

#dac68c Text Font Color

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

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


#dac68c Background Color

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

This div background color is #dac68c


#dac68c Border Color

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

This div border color is #dac68c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac68c


Comments

No comments written yet.

Please login to write comment.