Color Hex Logo

#dace4e Color Hex

#DACE4E
(218,206,78)
0 Favorites   0 Comments

Color spaces of #dace4e

RGB 21820678
HSL0.150.650.58
HSV55°64°85°
CMYK 0.000.060.64   0.15
XYZ52.359959.598115.9516
Yxy59.59810.40940.4659
Hunter Lab77.1998-14.034041.7889
CIE-Lab81.6192-10.892662.8757

#dace4e color RGB value is (218,206,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001110 01001110
Octal 332 316 116
Decimal 218 206 78
Hex DA CE 4E

RGB Percentages of Color #dace4e

%43.43
%41.04
%15.54

CMYK Percentages of Color #dace4e

%0
%6
%64
%15

Triadic Colors of #dace4e

#dace4e #4edace #ce4eda

Analogous Colors of #dace4e

#dace4e #a0da4e #da884e

Monochromatic Colors of #dace4e

#dace4e

Complementary Color

#dace4e #4e5ada

#dace4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dace4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dace4e Color CSS Codes

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

#dace4e Text Font Color

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

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


#dace4e Background Color

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

This div background color is #dace4e


#dace4e Border Color

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

This div border color is #dace4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dace4e


Comments

No comments written yet.

Please login to write comment.