Color Hex Logo

#dce88e Color Hex

#DCE88E
(220,232,142)
0 Favorites   0 Comments

Color spaces of #dce88e

RGB 220232142
HSL0.190.660.73
HSV68°39°91°
CMYK 0.050.000.39   0.09
XYZ63.254374.881936.7110
Yxy74.88190.36180.4283
Hunter Lab86.5343-20.956335.4211
CIE-Lab89.3376-17.505142.4157

#dce88e color RGB value is (220,232,142).

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

The process color (four color CMYK) of #dce88e color hex is 0.05, 0.00, 0.39, 0.09. Web safe color of #dce88e is #ccff99. Color #dce88e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101000 10001110
Octal 334 350 216
Decimal 220 232 142
Hex DC E8 8E

RGB Percentages of Color #dce88e

%37.04
%39.06
%23.91

CMYK Percentages of Color #dce88e

%5
%0
%39
%9

Triadic Colors of #dce88e

#dce88e #8edce8 #e88edc

Analogous Colors of #dce88e

#dce88e #afe88e #e8c78e

Monochromatic Colors of #dce88e

#dce88e

Complementary Color

#dce88e #9a8ee8

#dce88e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce88e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce88e Color CSS Codes

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

#dce88e Text Font Color

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

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


#dce88e Background Color

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

This div background color is #dce88e


#dce88e Border Color

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

This div border color is #dce88e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce88e


Comments

No comments written yet.

Please login to write comment.