Color Hex Logo

#dee41e Color Hex

#DEE41E
(222,228,30)
0 Favorites   0 Comments

Color spaces of #dee41e

RGB 22222830
HSL0.170.790.51
HSV62°87°89°
CMYK 0.030.000.87   0.11
XYZ58.101971.110111.8916
Yxy71.11010.41180.5040
Hunter Lab84.3268-24.583950.6678
CIE-Lab87.5385-21.940082.9149

#dee41e color RGB value is (222,228,30).

#dee41e hex color red value is 222, green value is 228 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #dee41e hue: 0.17 , saturation: 0.79 and the lightness value of dee41e is 0.51.

The process color (four color CMYK) of #dee41e color hex is 0.03, 0.00, 0.87, 0.11. Web safe color of #dee41e is #cccc33. Color #dee41e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100100 00011110
Octal 336 344 36
Decimal 222 228 30
Hex DE E4 1E

RGB Percentages of Color #dee41e

%46.25
%47.50
%6.25

CMYK Percentages of Color #dee41e

%3
%0
%87
%11

Triadic Colors of #dee41e

#dee41e #1edee4 #e41ede

Analogous Colors of #dee41e

#dee41e #7be41e #e4871e

Monochromatic Colors of #dee41e

#dee41e

Complementary Color

#dee41e #241ee4

#dee41e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee41e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee41e Color CSS Codes

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

#dee41e Text Font Color

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

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


#dee41e Background Color

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

This div background color is #dee41e


#dee41e Border Color

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

This div border color is #dee41e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee41e


Comments

No comments written yet.

Please login to write comment.