Color Hex Logo

#dce10e Color Hex

#DCE10E
(220,225,14)
0 Favorites   0 Comments

Color spaces of #dce10e

RGB 22022514
HSL0.170.880.47
HSV61°94°88°
CMYK 0.020.000.94   0.12
XYZ56.519769.097810.7738
Yxy69.09780.41440.5066
Hunter Lab83.1251-24.100450.5030
CIE-Lab86.5525-21.577384.3094

#dce10e color RGB value is (220,225,14).

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

The process color (four color CMYK) of #dce10e color hex is 0.02, 0.00, 0.94, 0.12. Web safe color of #dce10e is #cccc00. Color #dce10e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100001 00001110
Octal 334 341 16
Decimal 220 225 14
Hex DC E1 E

RGB Percentages of Color #dce10e

%47.93
%49.02
%3.05

CMYK Percentages of Color #dce10e

%2
%0
%94
%12

Triadic Colors of #dce10e

#dce10e #0edce1 #e10edc

Analogous Colors of #dce10e

#dce10e #73e10e #e17d0e

Monochromatic Colors of #dce10e

#dce10e

Complementary Color

#dce10e #130ee1

#dce10e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce10e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce10e Color CSS Codes

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

#dce10e Text Font Color

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

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


#dce10e Background Color

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

This div background color is #dce10e


#dce10e Border Color

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

This div border color is #dce10e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce10e


Comments

No comments written yet.

Please login to write comment.