Color Hex Logo

#dee16e Color Hex

#DEE16E
(222,225,110)
0 Favorites   0 Comments

Color spaces of #dee16e

RGB 222225110
HSL0.170.660.66
HSV62°51°88°
CMYK 0.010.000.51   0.12
XYZ59.863970.505825.2057
Yxy70.50580.38480.4532
Hunter Lab83.9677-19.683940.9796
CIE-Lab87.2443-16.425355.2043

#dee16e color RGB value is (222,225,110).

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

The process color (four color CMYK) of #dee16e color hex is 0.01, 0.00, 0.51, 0.12. Web safe color of #dee16e is #cccc66. Color #dee16e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100001 01101110
Octal 336 341 156
Decimal 222 225 110
Hex DE E1 6E

RGB Percentages of Color #dee16e

%39.86
%40.39
%19.75

CMYK Percentages of Color #dee16e

%1
%0
%51
%12

Triadic Colors of #dee16e

#dee16e #6edee1 #e16ede

Analogous Colors of #dee16e

#dee16e #a5e16e #e1ab6e

Monochromatic Colors of #dee16e

#dee16e

Complementary Color

#dee16e #716ee1

#dee16e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee16e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee16e Color CSS Codes

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

#dee16e Text Font Color

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

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


#dee16e Background Color

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

This div background color is #dee16e


#dee16e Border Color

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

This div border color is #dee16e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee16e


Comments

No comments written yet.

Please login to write comment.