Color Hex Logo

#dace2e Color Hex

#DACE2E
(218,206,46)
0 Favorites   0 Comments

Color spaces of #dace2e

RGB 21820646
HSL0.160.700.52
HSV56°79°85°
CMYK 0.000.060.79   0.15
XYZ51.477959.245311.3071
Yxy59.24530.42180.4855
Hunter Lab76.9710-15.319145.1699
CIE-Lab81.4262-12.375173.9692

#dace2e color RGB value is (218,206,46).

#dace2e hex color red value is 218, green value is 206 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dace2e hue: 0.16 , saturation: 0.70 and the lightness value of dace2e is 0.52.

The process color (four color CMYK) of #dace2e color hex is 0.00, 0.06, 0.79, 0.15. Web safe color of #dace2e is #cccc33. Color #dace2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001110 00101110
Octal 332 316 56
Decimal 218 206 46
Hex DA CE 2E

RGB Percentages of Color #dace2e

%46.38
%43.83
%9.79

CMYK Percentages of Color #dace2e

%0
%6
%79
%15

Triadic Colors of #dace2e

#dace2e #2edace #ce2eda

Analogous Colors of #dace2e

#dace2e #90da2e #da782e

Monochromatic Colors of #dace2e

#dace2e

Complementary Color

#dace2e #2e3ada

#dace2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dace2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dace2e Color CSS Codes

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

#dace2e Text Font Color

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

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


#dace2e Background Color

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

This div background color is #dace2e


#dace2e Border Color

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

This div border color is #dace2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dace2e


Comments

No comments written yet.

Please login to write comment.