Color Hex Logo

#dce120 Color Hex

#DCE120
(220,225,32)
0 Favorites   0 Comments

Color spaces of #dce120

RGB 22022532
HSL0.170.760.50
HSV62°86°88°
CMYK 0.020.000.86   0.12
XYZ56.701169.170411.7292
Yxy69.17040.41210.5027
Hunter Lab83.1687-23.851249.8565
CIE-Lab86.5884-21.282781.7139

#dce120 color RGB value is (220,225,32).

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

The process color (four color CMYK) of #dce120 color hex is 0.02, 0.00, 0.86, 0.12. Web safe color of #dce120 is #cccc33. Color #dce120 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100001 00100000
Octal 334 341 40
Decimal 220 225 32
Hex DC E1 20

RGB Percentages of Color #dce120

%46.12
%47.17
%6.71

CMYK Percentages of Color #dce120

%2
%0
%86
%12

Triadic Colors of #dce120

#dce120 #20dce1 #e120dc

Analogous Colors of #dce120

#dce120 #7ce120 #e18620

Monochromatic Colors of #dce120

#dce120

Complementary Color

#dce120 #2520e1

#dce120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce120 Color CSS Codes

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

#dce120 Text Font Color

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

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


#dce120 Background Color

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

This div background color is #dce120


#dce120 Border Color

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

This div border color is #dce120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce120


Comments

No comments written yet.

Please login to write comment.