Color Hex Logo

#dace6f Color Hex

#DACE6F
(218,206,111)
0 Favorites   0 Comments

Color spaces of #dace6f

RGB 218206111
HSL0.150.590.65
HSV53°49°85°
CMYK 0.000.060.49   0.15
XYZ53.854060.195723.8195
Yxy60.19570.39060.4366
Hunter Lab77.5859-11.874736.1076
CIE-Lab81.9444-8.432148.3604

#dace6f color RGB value is (218,206,111).

#dace6f hex color red value is 218, green value is 206 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #dace6f hue: 0.15 , saturation: 0.59 and the lightness value of dace6f is 0.65.

The process color (four color CMYK) of #dace6f color hex is 0.00, 0.06, 0.49, 0.15. Web safe color of #dace6f is #cccc66. Color #dace6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001110 01101111
Octal 332 316 157
Decimal 218 206 111
Hex DA CE 6F

RGB Percentages of Color #dace6f

%40.75
%38.50
%20.75

CMYK Percentages of Color #dace6f

%0
%6
%49
%15

Triadic Colors of #dace6f

#dace6f #6fdace #ce6fda

Analogous Colors of #dace6f

#dace6f #b1da6f #da996f

Monochromatic Colors of #dace6f

#dace6f

Complementary Color

#dace6f #6f7bda

#dace6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dace6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dace6f Color CSS Codes

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

#dace6f Text Font Color

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

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


#dace6f Background Color

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

This div background color is #dace6f


#dace6f Border Color

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

This div border color is #dace6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dace6f


Comments

No comments written yet.

Please login to write comment.