Color Hex Logo

#dee55e Color Hex

#DEE55E
(222,229,94)
0 Favorites   0 Comments

Color spaces of #dee55e

RGB 22222994
HSL0.180.720.63
HSV63°59°90°
CMYK 0.030.000.59   0.10
XYZ60.163972.376421.3887
Yxy72.37640.39090.4702
Hunter Lab85.0743-22.646244.6458
CIE-Lab88.1495-19.611863.3059

#dee55e color RGB value is (222,229,94).

#dee55e hex color red value is 222, green value is 229 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dee55e hue: 0.18 , saturation: 0.72 and the lightness value of dee55e is 0.63.

The process color (four color CMYK) of #dee55e color hex is 0.03, 0.00, 0.59, 0.10. Web safe color of #dee55e is #cccc66. Color #dee55e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100101 01011110
Octal 336 345 136
Decimal 222 229 94
Hex DE E5 5E

RGB Percentages of Color #dee55e

%40.73
%42.02
%17.25

CMYK Percentages of Color #dee55e

%3
%0
%59
%10

Triadic Colors of #dee55e

#dee55e #5edee5 #e55ede

Analogous Colors of #dee55e

#dee55e #9be55e #e5a95e

Monochromatic Colors of #dee55e

#dee55e

Complementary Color

#dee55e #655ee5

#dee55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee55e Color CSS Codes

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

#dee55e Text Font Color

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

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


#dee55e Background Color

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

This div background color is #dee55e


#dee55e Border Color

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

This div border color is #dee55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee55e


Comments

No comments written yet.

Please login to write comment.