Color Hex Logo

#dee52f Color Hex

#DEE52F
(222,229,47)
0 Favorites   0 Comments

Color spaces of #dee52f

RGB 22222947
HSL0.170.780.54
HSV62°79°90°
CMYK 0.030.000.79   0.10
XYZ58.656671.773513.4515
Yxy71.77350.40770.4988
Hunter Lab84.7192-24.671649.8896
CIE-Lab87.8595-21.977479.4586

#dee52f color RGB value is (222,229,47).

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

The process color (four color CMYK) of #dee52f color hex is 0.03, 0.00, 0.79, 0.10. Web safe color of #dee52f is #cccc33. Color #dee52f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100101 00101111
Octal 336 345 57
Decimal 222 229 47
Hex DE E5 2F

RGB Percentages of Color #dee52f

%44.58
%45.98
%9.44

CMYK Percentages of Color #dee52f

%3
%0
%79
%10

Triadic Colors of #dee52f

#dee52f #2fdee5 #e52fde

Analogous Colors of #dee52f

#dee52f #83e52f #e5912f

Monochromatic Colors of #dee52f

#dee52f

Complementary Color

#dee52f #362fe5

#dee52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee52f Color CSS Codes

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

#dee52f Text Font Color

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

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


#dee52f Background Color

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

This div background color is #dee52f


#dee52f Border Color

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

This div border color is #dee52f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee52f


Comments

No comments written yet.

Please login to write comment.