Color Hex Logo

#dce86e Color Hex

#DCE86E
(220,232,110)
0 Favorites   0 Comments

Color spaces of #dce86e

RGB 220232110
HSL0.180.730.67
HSV66°53°91°
CMYK 0.050.000.53   0.09
XYZ61.186374.054725.8210
Yxy74.05470.37990.4598
Hunter Lab86.0550-23.680442.4484
CIE-Lab88.9483-20.637157.1510

#dce86e color RGB value is (220,232,110).

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

The process color (four color CMYK) of #dce86e color hex is 0.05, 0.00, 0.53, 0.09. Web safe color of #dce86e is #ccff66. Color #dce86e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101000 01101110
Octal 334 350 156
Decimal 220 232 110
Hex DC E8 6E

RGB Percentages of Color #dce86e

%39.15
%41.28
%19.57

CMYK Percentages of Color #dce86e

%5
%0
%53
%9

Triadic Colors of #dce86e

#dce86e #6edce8 #e86edc

Analogous Colors of #dce86e

#dce86e #9fe86e #e8b76e

Monochromatic Colors of #dce86e

#dce86e

Complementary Color

#dce86e #7a6ee8

#dce86e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce86e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce86e Color CSS Codes

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

#dce86e Text Font Color

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

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


#dce86e Background Color

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

This div background color is #dce86e


#dce86e Border Color

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

This div border color is #dce86e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,232,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 #dce86e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce86e


Comments

No comments written yet.

Please login to write comment.