Color Hex Logo

#dce96e Color Hex

#DCE96E
(220,233,110)
0 Favorites   0 Comments

Color spaces of #dce96e

RGB 220233110
HSL0.180.740.67
HSV66°53°91°
CMYK 0.060.000.53   0.09
XYZ61.468674.619325.9151
Yxy74.61930.37940.4606
Hunter Lab86.3825-24.151142.6805
CIE-Lab89.2144-21.120957.4595

#dce96e color RGB value is (220,233,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101001 01101110
Octal 334 351 156
Decimal 220 233 110
Hex DC E9 6E

RGB Percentages of Color #dce96e

%39.08
%41.39
%19.54

CMYK Percentages of Color #dce96e

%6
%0
%53
%9

Triadic Colors of #dce96e

#dce96e #6edce9 #e96edc

Analogous Colors of #dce96e

#dce96e #9fe96e #e9b96e

Monochromatic Colors of #dce96e

#dce96e

Complementary Color

#dce96e #7b6ee9

#dce96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce96e Color CSS Codes

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

#dce96e Text Font Color

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

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


#dce96e Background Color

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

This div background color is #dce96e


#dce96e Border Color

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

This div border color is #dce96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce96e


Comments

No comments written yet.

Please login to write comment.