Color Hex Logo

#dce44a Color Hex

#DCE44A
(220,228,74)
0 Favorites   0 Comments

Color spaces of #dce44a

RGB 22022874
HSL0.180.740.59
HSV63°68°89°
CMYK 0.040.000.68   0.11
XYZ58.494671.196917.1379
Yxy71.19690.39840.4849
Hunter Lab84.3783-23.918147.0225
CIE-Lab87.5806-21.167670.6024

#dce44a color RGB value is (220,228,74).

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

The process color (four color CMYK) of #dce44a color hex is 0.04, 0.00, 0.68, 0.11. Web safe color of #dce44a is #cccc33. Color #dce44a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100100 01001010
Octal 334 344 112
Decimal 220 228 74
Hex DC E4 4A

RGB Percentages of Color #dce44a

%42.15
%43.68
%14.18

CMYK Percentages of Color #dce44a

%4
%0
%68
%11

Triadic Colors of #dce44a

#dce44a #4adce4 #e44adc

Analogous Colors of #dce44a

#dce44a #8fe44a #e49f4a

Monochromatic Colors of #dce44a

#dce44a

Complementary Color

#dce44a #524ae4

#dce44a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce44a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce44a Color CSS Codes

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

#dce44a Text Font Color

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

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


#dce44a Background Color

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

This div background color is #dce44a


#dce44a Border Color

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

This div border color is #dce44a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce44a


Comments

No comments written yet.

Please login to write comment.