Color Hex Logo

#dee02a Color Hex

#DEE02A
(222,224,42)
0 Favorites   0 Comments

Color spaces of #dee02a

RGB 22222442
HSL0.170.750.52
HSV61°81°88°
CMYK 0.010.000.81   0.12
XYZ57.197869.008112.4957
Yxy69.00810.41240.4975
Hunter Lab83.0711-22.470049.2313
CIE-Lab86.5081-19.711179.5461

#dee02a color RGB value is (222,224,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100000 00101010
Octal 336 340 52
Decimal 222 224 42
Hex DE E0 2A

RGB Percentages of Color #dee02a

%45.49
%45.90
%8.61

CMYK Percentages of Color #dee02a

%1
%0
%81
%12

Triadic Colors of #dee02a

#dee02a #2adee0 #e02ade

Analogous Colors of #dee02a

#dee02a #83e02a #e0872a

Monochromatic Colors of #dee02a

#dee02a

Complementary Color

#dee02a #2c2ae0

#dee02a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee02a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee02a Color CSS Codes

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

#dee02a Text Font Color

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

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


#dee02a Background Color

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

This div background color is #dee02a


#dee02a Border Color

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

This div border color is #dee02a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee02a


Comments

No comments written yet.

Please login to write comment.