Color Hex Logo

#dee53e Color Hex

#DEE53E
(222,229,62)
0 Favorites   0 Comments

Color spaces of #dee53e

RGB 22222962
HSL0.170.760.57
HSV63°73°90°
CMYK 0.030.000.73   0.10
XYZ59.013071.916015.3283
Yxy71.91600.40350.4917
Hunter Lab84.8033-24.191048.6456
CIE-Lab87.9281-21.413075.1446

#dee53e color RGB value is (222,229,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100101 00111110
Octal 336 345 76
Decimal 222 229 62
Hex DE E5 3E

RGB Percentages of Color #dee53e

%43.27
%44.64
%12.09

CMYK Percentages of Color #dee53e

%3
%0
%73
%10

Triadic Colors of #dee53e

#dee53e #3edee5 #e53ede

Analogous Colors of #dee53e

#dee53e #8be53e #e5993e

Monochromatic Colors of #dee53e

#dee53e

Complementary Color

#dee53e #453ee5

#dee53e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee53e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee53e Color CSS Codes

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

#dee53e Text Font Color

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

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


#dee53e Background Color

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

This div background color is #dee53e


#dee53e Border Color

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

This div border color is #dee53e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee53e


Comments

No comments written yet.

Please login to write comment.