Color Hex Logo

#dce54d Color Hex

#DCE54D
(220,229,77)
0 Favorites   0 Comments

Color spaces of #dce54d

RGB 22022977
HSL0.180.750.60
HSV64°66°90°
CMYK 0.040.000.66   0.10
XYZ58.874171.790117.7751
Yxy71.79010.39660.4836
Hunter Lab84.7290-24.244846.8720
CIE-Lab87.8675-21.486469.7750

#dce54d color RGB value is (220,229,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100101 01001101
Octal 334 345 115
Decimal 220 229 77
Hex DC E5 4D

RGB Percentages of Color #dce54d

%41.83
%43.54
%14.64

CMYK Percentages of Color #dce54d

%4
%0
%66
%10

Triadic Colors of #dce54d

#dce54d #4ddce5 #e54ddc

Analogous Colors of #dce54d

#dce54d #90e54d #e5a24d

Monochromatic Colors of #dce54d

#dce54d

Complementary Color

#dce54d #564de5

#dce54d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce54d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce54d Color CSS Codes

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

#dce54d Text Font Color

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

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


#dce54d Background Color

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

This div background color is #dce54d


#dce54d Border Color

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

This div border color is #dce54d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce54d

#dce54d Color Palettes


Comments

No comments written yet.

Please login to write comment.