Color Hex Logo

#dee01f Color Hex

#DEE01F
(222,224,31)
0 Favorites   0 Comments

Color spaces of #dee01f

RGB 22222431
HSL0.170.760.50
HSV61°86°88°
CMYK 0.010.000.86   0.12
XYZ57.027268.939811.5974
Yxy68.93980.41450.5011
Hunter Lab83.0300-22.704049.8395
CIE-Lab86.4742-19.985481.8749

#dee01f color RGB value is (222,224,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100000 00011111
Octal 336 340 37
Decimal 222 224 31
Hex DE E0 1F

RGB Percentages of Color #dee01f

%46.54
%46.96
%6.50

CMYK Percentages of Color #dee01f

%1
%0
%86
%12

Triadic Colors of #dee01f

#dee01f #1fdee0 #e01fde

Analogous Colors of #dee01f

#dee01f #7ee01f #e0821f

Monochromatic Colors of #dee01f

#dee01f

Complementary Color

#dee01f #211fe0

#dee01f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee01f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee01f Color CSS Codes

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

#dee01f Text Font Color

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

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


#dee01f Background Color

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

This div background color is #dee01f


#dee01f Border Color

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

This div border color is #dee01f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,224,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 #dee01f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee01f


Comments

No comments written yet.

Please login to write comment.