Color Hex Logo

#dee41f Color Hex

#DEE41F
(222,228,31)
0 Favorites   0 Comments

Color spaces of #dee41f

RGB 22222831
HSL0.170.780.51
HSV62°86°89°
CMYK 0.030.000.86   0.11
XYZ58.114971.115311.9600
Yxy71.11530.41160.5037
Hunter Lab84.3299-24.566250.6222
CIE-Lab87.5410-21.919282.7363

#dee41f color RGB value is (222,228,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100100 00011111
Octal 336 344 37
Decimal 222 228 31
Hex DE E4 1F

RGB Percentages of Color #dee41f

%46.15
%47.40
%6.44

CMYK Percentages of Color #dee41f

%3
%0
%86
%11

Triadic Colors of #dee41f

#dee41f #1fdee4 #e41fde

Analogous Colors of #dee41f

#dee41f #7ce41f #e4881f

Monochromatic Colors of #dee41f

#dee41f

Complementary Color

#dee41f #251fe4

#dee41f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee41f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee41f Color CSS Codes

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

#dee41f Text Font Color

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

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


#dee41f Background Color

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

This div background color is #dee41f


#dee41f Border Color

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

This div border color is #dee41f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee41f


Comments

No comments written yet.

Please login to write comment.