Color Hex Logo

#dee03c Color Hex

#DEE03C
(222,224,60)
0 Favorites   0 Comments

Color spaces of #dee03c

RGB 22222460
HSL0.170.730.56
HSV61°73°88°
CMYK 0.010.000.73   0.12
XYZ57.595569.167114.5900
Yxy69.16710.40750.4893
Hunter Lab83.1668-21.925247.8154
CIE-Lab86.5867-19.074174.5298

#dee03c color RGB value is (222,224,60).

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

The process color (four color CMYK) of #dee03c color hex is 0.01, 0.00, 0.73, 0.12. Web safe color of #dee03c is #cccc33. Color #dee03c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100000 00111100
Octal 336 340 74
Decimal 222 224 60
Hex DE E0 3C

RGB Percentages of Color #dee03c

%43.87
%44.27
%11.86

CMYK Percentages of Color #dee03c

%1
%0
%73
%12

Triadic Colors of #dee03c

#dee03c #3cdee0 #e03cde

Analogous Colors of #dee03c

#dee03c #8ce03c #e0903c

Monochromatic Colors of #dee03c

#dee03c

Complementary Color

#dee03c #3e3ce0

#dee03c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee03c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee03c Color CSS Codes

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

#dee03c Text Font Color

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

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


#dee03c Background Color

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

This div background color is #dee03c


#dee03c Border Color

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

This div border color is #dee03c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee03c


Comments

No comments written yet.

Please login to write comment.