Color Hex Logo

#dace6c Color Hex

#DACE6C
(218,206,108)
0 Favorites   0 Comments

Color spaces of #dace6c

RGB 218206108
HSL0.150.600.64
HSV53°50°85°
CMYK 0.000.060.50   0.15
XYZ53.691560.130722.9639
Yxy60.13070.39250.4396
Hunter Lab77.5440-12.108536.7226
CIE-Lab81.9092-8.696749.7601

#dace6c color RGB value is (218,206,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001110 01101100
Octal 332 316 154
Decimal 218 206 108
Hex DA CE 6C

RGB Percentages of Color #dace6c

%40.98
%38.72
%20.30

CMYK Percentages of Color #dace6c

%0
%6
%50
%15

Triadic Colors of #dace6c

#dace6c #6cdace #ce6cda

Analogous Colors of #dace6c

#dace6c #afda6c #da976c

Monochromatic Colors of #dace6c

#dace6c

Complementary Color

#dace6c #6c78da

#dace6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dace6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dace6c Color CSS Codes

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

#dace6c Text Font Color

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

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


#dace6c Background Color

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

This div background color is #dace6c


#dace6c Border Color

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

This div border color is #dace6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dace6c


Comments

No comments written yet.

Please login to write comment.