Color Hex Logo

#dce02d Color Hex

#DCE02D
(220,224,45)
0 Favorites   0 Comments

Color spaces of #dce02d

RGB 22022445
HSL0.170.740.53
HSV61°80°88°
CMYK 0.020.000.80   0.12
XYZ56.644568.716412.7607
Yxy68.71640.41010.4975
Hunter Lab82.8954-23.093348.8998
CIE-Lab86.3634-20.453278.6145

#dce02d color RGB value is (220,224,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100000 00101101
Octal 334 340 55
Decimal 220 224 45
Hex DC E0 2D

RGB Percentages of Color #dce02d

%44.99
%45.81
%9.20

CMYK Percentages of Color #dce02d

%2
%0
%80
%12

Triadic Colors of #dce02d

#dce02d #2ddce0 #e02ddc

Analogous Colors of #dce02d

#dce02d #83e02d #e08b2d

Monochromatic Colors of #dce02d

#dce02d

Complementary Color

#dce02d #312de0

#dce02d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce02d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce02d Color CSS Codes

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

#dce02d Text Font Color

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

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


#dce02d Background Color

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

This div background color is #dce02d


#dce02d Border Color

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

This div border color is #dce02d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce02d


Comments

No comments written yet.

Please login to write comment.