Color Hex Logo

#dce52f Color Hex

#DCE52F
(220,229,47)
0 Favorites   0 Comments

Color spaces of #dce52f

RGB 22022947
HSL0.170.780.54
HSV63°79°90°
CMYK 0.040.000.79   0.10
XYZ58.047671.459513.4230
Yxy71.45950.40610.5000
Hunter Lab84.5337-25.361749.7590
CIE-Lab87.7078-22.802079.2675

#dce52f color RGB value is (220,229,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100101 00101111
Octal 334 345 57
Decimal 220 229 47
Hex DC E5 2F

RGB Percentages of Color #dce52f

%44.35
%46.17
%9.48

CMYK Percentages of Color #dce52f

%4
%0
%79
%10

Triadic Colors of #dce52f

#dce52f #2fdce5 #e52fdc

Analogous Colors of #dce52f

#dce52f #81e52f #e5932f

Monochromatic Colors of #dce52f

#dce52f

Complementary Color

#dce52f #382fe5

#dce52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce52f Color CSS Codes

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

#dce52f Text Font Color

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

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


#dce52f Background Color

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

This div background color is #dce52f


#dce52f Border Color

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

This div border color is #dce52f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce52f


Comments

No comments written yet.

Please login to write comment.