Color Hex Logo

#dce54e Color Hex

#DCE54E
(220,229,78)
0 Favorites   0 Comments

Color spaces of #dce54e

RGB 22022978
HSL0.180.740.60
HSV64°66°90°
CMYK 0.040.000.66   0.10
XYZ58.909771.804317.9625
Yxy71.80430.39620.4830
Hunter Lab84.7374-24.196846.7480
CIE-Lab87.8743-21.430069.4040

#dce54e color RGB value is (220,229,78).

#dce54e hex color red value is 220, green value is 229 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #dce54e hue: 0.18 , saturation: 0.74 and the lightness value of dce54e is 0.60.

The process color (four color CMYK) of #dce54e color hex is 0.04, 0.00, 0.66, 0.10. Web safe color of #dce54e is #cccc66. Color #dce54e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100101 01001110
Octal 334 345 116
Decimal 220 229 78
Hex DC E5 4E

RGB Percentages of Color #dce54e

%41.75
%43.45
%14.80

CMYK Percentages of Color #dce54e

%4
%0
%66
%10

Triadic Colors of #dce54e

#dce54e #4edce5 #e54edc

Analogous Colors of #dce54e

#dce54e #91e54e #e5a34e

Monochromatic Colors of #dce54e

#dce54e

Complementary Color

#dce54e #574ee5

#dce54e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce54e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce54e Color CSS Codes

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

#dce54e Text Font Color

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

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


#dce54e Background Color

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

This div background color is #dce54e


#dce54e Border Color

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

This div border color is #dce54e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce54e


Comments

No comments written yet.

Please login to write comment.