Color Hex Logo

#dce03f Color Hex

#DCE03F
(220,224,63)
0 Favorites   0 Comments

Color spaces of #dce03f

RGB 22022463
HSL0.170.720.56
HSV61°72°88°
CMYK 0.020.000.72   0.12
XYZ57.068168.885814.9911
Yxy68.88580.40490.4887
Hunter Lab82.9975-22.511047.3892
CIE-Lab86.4475-19.769273.3603

#dce03f color RGB value is (220,224,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100000 00111111
Octal 334 340 77
Decimal 220 224 63
Hex DC E0 3F

RGB Percentages of Color #dce03f

%43.39
%44.18
%12.43

CMYK Percentages of Color #dce03f

%2
%0
%72
%12

Triadic Colors of #dce03f

#dce03f #3fdce0 #e03fdc

Analogous Colors of #dce03f

#dce03f #8ce03f #e0943f

Monochromatic Colors of #dce03f

#dce03f

Complementary Color

#dce03f #433fe0

#dce03f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce03f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce03f Color CSS Codes

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

#dce03f Text Font Color

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

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


#dce03f Background Color

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

This div background color is #dce03f


#dce03f Border Color

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

This div border color is #dce03f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce03f


Comments

No comments written yet.

Please login to write comment.