Color Hex Logo

#dce46e Color Hex

#DCE46E
(220,228,110)
0 Favorites   0 Comments

Color spaces of #dce46e

RGB 220228110
HSL0.180.690.66
HSV64°52°89°
CMYK 0.040.000.52   0.11
XYZ60.073171.828225.4499
Yxy71.82820.38180.4565
Hunter Lab84.7515-21.791841.5220
CIE-Lab87.8858-18.691655.9150

#dce46e color RGB value is (220,228,110).

#dce46e hex color red value is 220, green value is 228 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dce46e hue: 0.18 , saturation: 0.69 and the lightness value of dce46e is 0.66.

The process color (four color CMYK) of #dce46e color hex is 0.04, 0.00, 0.52, 0.11. Web safe color of #dce46e is #cccc66. Color #dce46e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100100 01101110
Octal 334 344 156
Decimal 220 228 110
Hex DC E4 6E

RGB Percentages of Color #dce46e

%39.43
%40.86
%19.71

CMYK Percentages of Color #dce46e

%4
%0
%52
%11

Triadic Colors of #dce46e

#dce46e #6edce4 #e46edc

Analogous Colors of #dce46e

#dce46e #a1e46e #e4b16e

Monochromatic Colors of #dce46e

#dce46e

Complementary Color

#dce46e #766ee4

#dce46e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce46e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce46e Color CSS Codes

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

#dce46e Text Font Color

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

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


#dce46e Background Color

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

This div background color is #dce46e


#dce46e Border Color

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

This div border color is #dce46e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,228,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dce46e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dce46e;
  -webkit-box-shadow: 1px 1px 3px 2px #dce46e;
  box-shadow:         1px 1px 3px 2px #dce46e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,228,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce46e


Comments

No comments written yet.

Please login to write comment.