Color Hex Logo

#dce08e Color Hex

#DCE08E
(220,224,142)
0 Favorites   0 Comments

Color spaces of #dce08e

RGB 220224142
HSL0.170.570.72
HSV63°37°88°
CMYK 0.020.000.37   0.12
XYZ61.053370.479935.9773
Yxy70.47990.36450.4207
Hunter Lab83.9523-17.104633.3582
CIE-Lab87.2317-13.550939.7184

#dce08e color RGB value is (220,224,142).

#dce08e hex color red value is 220, green value is 224 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dce08e hue: 0.17 , saturation: 0.57 and the lightness value of dce08e is 0.72.

The process color (four color CMYK) of #dce08e color hex is 0.02, 0.00, 0.37, 0.12. Web safe color of #dce08e is #cccc99. Color #dce08e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100000 10001110
Octal 334 340 216
Decimal 220 224 142
Hex DC E0 8E

RGB Percentages of Color #dce08e

%37.54
%38.23
%24.23

CMYK Percentages of Color #dce08e

%2
%0
%37
%12

Triadic Colors of #dce08e

#dce08e #8edce0 #e08edc

Analogous Colors of #dce08e

#dce08e #b3e08e #e0bb8e

Monochromatic Colors of #dce08e

#dce08e

Complementary Color

#dce08e #928ee0

#dce08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce08e Color CSS Codes

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

#dce08e Text Font Color

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

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


#dce08e Background Color

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

This div background color is #dce08e


#dce08e Border Color

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

This div border color is #dce08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce08e


Comments

No comments written yet.

Please login to write comment.