Color Hex Logo

#dee18a Color Hex

#DEE18A
(222,225,138)
0 Favorites   0 Comments

Color spaces of #dee18a

RGB 222225138
HSL0.170.590.71
HSV62°39°88°
CMYK 0.010.000.39   0.12
XYZ61.636971.215034.5420
Yxy71.21500.36820.4254
Hunter Lab84.3890-17.306034.8038
CIE-Lab87.5894-13.722342.1988

#dee18a color RGB value is (222,225,138).

#dee18a hex color red value is 222, green value is 225 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dee18a hue: 0.17 , saturation: 0.59 and the lightness value of dee18a is 0.71.

The process color (four color CMYK) of #dee18a color hex is 0.01, 0.00, 0.39, 0.12. Web safe color of #dee18a is #cccc99. Color #dee18a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100001 10001010
Octal 336 341 212
Decimal 222 225 138
Hex DE E1 8A

RGB Percentages of Color #dee18a

%37.95
%38.46
%23.59

CMYK Percentages of Color #dee18a

%1
%0
%39
%12

Triadic Colors of #dee18a

#dee18a #8adee1 #e18ade

Analogous Colors of #dee18a

#dee18a #b3e18a #e1b98a

Monochromatic Colors of #dee18a

#dee18a

Complementary Color

#dee18a #8d8ae1

#dee18a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee18a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee18a Color CSS Codes

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

#dee18a Text Font Color

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

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


#dee18a Background Color

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

This div background color is #dee18a


#dee18a Border Color

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

This div border color is #dee18a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee18a


Comments

No comments written yet.

Please login to write comment.