Color Hex Logo

#dce44f Color Hex

#DCE44F
(220,228,79)
0 Favorites   0 Comments

Color spaces of #dce44f

RGB 22022879
HSL0.180.730.60
HSV63°65°89°
CMYK 0.040.000.65   0.11
XYZ58.669971.267018.0608
Yxy71.26700.39640.4815
Hunter Lab84.4198-23.681046.4093
CIE-Lab87.6146-20.889768.7564

#dce44f color RGB value is (220,228,79).

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

The process color (four color CMYK) of #dce44f color hex is 0.04, 0.00, 0.65, 0.11. Web safe color of #dce44f is #cccc66. Color #dce44f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100100 01001111
Octal 334 344 117
Decimal 220 228 79
Hex DC E4 4F

RGB Percentages of Color #dce44f

%41.75
%43.26
%14.99

CMYK Percentages of Color #dce44f

%4
%0
%65
%11

Triadic Colors of #dce44f

#dce44f #4fdce4 #e44fdc

Analogous Colors of #dce44f

#dce44f #92e44f #e4a24f

Monochromatic Colors of #dce44f

#dce44f

Complementary Color

#dce44f #574fe4

#dce44f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce44f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce44f Color CSS Codes

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

#dce44f Text Font Color

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

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


#dce44f Background Color

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

This div background color is #dce44f


#dce44f Border Color

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

This div border color is #dce44f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce44f


Comments

No comments written yet.

Please login to write comment.