Color Hex Logo

#dce15e Color Hex

#DCE15E
(220,225,94)
0 Favorites   0 Comments

Color spaces of #dce15e

RGB 22022594
HSL0.170.690.63
HSV62°58°88°
CMYK 0.020.000.58   0.12
XYZ58.460869.874220.9955
Yxy69.87420.39150.4679
Hunter Lab83.5908-21.446543.6217
CIE-Lab86.9351-18.467461.9291

#dce15e color RGB value is (220,225,94).

#dce15e hex color red value is 220, green value is 225 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dce15e hue: 0.17 , saturation: 0.69 and the lightness value of dce15e is 0.63.

The process color (four color CMYK) of #dce15e color hex is 0.02, 0.00, 0.58, 0.12. Web safe color of #dce15e is #cccc66. Color #dce15e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100001 01011110
Octal 334 341 136
Decimal 220 225 94
Hex DC E1 5E

RGB Percentages of Color #dce15e

%40.82
%41.74
%17.44

CMYK Percentages of Color #dce15e

%2
%0
%58
%12

Triadic Colors of #dce15e

#dce15e #5edce1 #e15edc

Analogous Colors of #dce15e

#dce15e #9be15e #e1a55e

Monochromatic Colors of #dce15e

#dce15e

Complementary Color

#dce15e #635ee1

#dce15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce15e Color CSS Codes

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

#dce15e Text Font Color

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

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


#dce15e Background Color

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

This div background color is #dce15e


#dce15e Border Color

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

This div border color is #dce15e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce15e


Comments

No comments written yet.

Please login to write comment.