Color Hex Logo

#dce52d Color Hex

#DCE52D
(220,229,45)
0 Favorites   0 Comments

Color spaces of #dce52d

RGB 22022945
HSL0.170.780.54
HSV63°80°90°
CMYK 0.040.000.80   0.10
XYZ58.008271.443713.2153
Yxy71.44370.40660.5008
Hunter Lab84.5244-25.415049.8971
CIE-Lab87.7001-22.865079.7704

#dce52d color RGB value is (220,229,45).

#dce52d hex color red value is 220, green value is 229 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #dce52d hue: 0.17 , saturation: 0.78 and the lightness value of dce52d is 0.54.

The process color (four color CMYK) of #dce52d color hex is 0.04, 0.00, 0.80, 0.10. Web safe color of #dce52d is #cccc33. Color #dce52d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100101 00101101
Octal 334 345 55
Decimal 220 229 45
Hex DC E5 2D

RGB Percentages of Color #dce52d

%44.53
%46.36
%9.11

CMYK Percentages of Color #dce52d

%4
%0
%80
%10

Triadic Colors of #dce52d

#dce52d #2ddce5 #e52ddc

Analogous Colors of #dce52d

#dce52d #80e52d #e5922d

Monochromatic Colors of #dce52d

#dce52d

Complementary Color

#dce52d #362de5

#dce52d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce52d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce52d Color CSS Codes

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

#dce52d Text Font Color

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

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


#dce52d Background Color

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

This div background color is #dce52d


#dce52d Border Color

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

This div border color is #dce52d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce52d


Comments

No comments written yet.

Please login to write comment.