Color Hex Logo

#dce04a Color Hex

#DCE04A
(220,224,74)
0 Favorites   0 Comments

Color spaces of #dce04a

RGB 22022474
HSL0.170.710.58
HSV62°67°88°
CMYK 0.020.000.67   0.12
XYZ57.406969.021416.7754
Yxy69.02140.40090.4820
Hunter Lab83.0791-22.046646.1835
CIE-Lab86.5146-19.225769.5314

#dce04a color RGB value is (220,224,74).

#dce04a hex color red value is 220, green value is 224 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dce04a hue: 0.17 , saturation: 0.71 and the lightness value of dce04a is 0.58.

The process color (four color CMYK) of #dce04a color hex is 0.02, 0.00, 0.67, 0.12. Web safe color of #dce04a is #cccc33. Color #dce04a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100000 01001010
Octal 334 340 112
Decimal 220 224 74
Hex DC E0 4A

RGB Percentages of Color #dce04a

%42.47
%43.24
%14.29

CMYK Percentages of Color #dce04a

%2
%0
%67
%12

Triadic Colors of #dce04a

#dce04a #4adce0 #e04adc

Analogous Colors of #dce04a

#dce04a #91e04a #e0994a

Monochromatic Colors of #dce04a

#dce04a

Complementary Color

#dce04a #4e4ae0

#dce04a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce04a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce04a Color CSS Codes

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

#dce04a Text Font Color

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

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


#dce04a Background Color

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

This div background color is #dce04a


#dce04a Border Color

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

This div border color is #dce04a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,224,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 #dce04a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce04a


Comments

No comments written yet.

Please login to write comment.