Color Hex Logo

#dce11e Color Hex

#DCE11E
(220,225,30)
0 Favorites   0 Comments

Color spaces of #dce11e

RGB 22022530
HSL0.170.760.50
HSV62°87°88°
CMYK 0.020.000.87   0.12
XYZ56.674869.159811.5904
Yxy69.15980.41240.5033
Hunter Lab83.1624-23.887249.9504
CIE-Lab86.5831-21.325282.0818

#dce11e color RGB value is (220,225,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100001 00011110
Octal 334 341 36
Decimal 220 225 30
Hex DC E1 1E

RGB Percentages of Color #dce11e

%46.32
%47.37
%6.32

CMYK Percentages of Color #dce11e

%2
%0
%87
%12

Triadic Colors of #dce11e

#dce11e #1edce1 #e11edc

Analogous Colors of #dce11e

#dce11e #7be11e #e1851e

Monochromatic Colors of #dce11e

#dce11e

Complementary Color

#dce11e #231ee1

#dce11e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce11e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce11e Color CSS Codes

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

#dce11e Text Font Color

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

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


#dce11e Background Color

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

This div background color is #dce11e


#dce11e Border Color

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

This div border color is #dce11e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce11e


Comments

No comments written yet.

Please login to write comment.