Color Hex Logo

#dee17e Color Hex

#DEE17E
(222,225,126)
0 Favorites   0 Comments

Color spaces of #dee17e

RGB 222225126
HSL0.170.620.69
HSV62°44°88°
CMYK 0.010.000.44   0.12
XYZ60.815370.886430.2158
Yxy70.88640.37560.4378
Hunter Lab84.1941-18.405037.6577
CIE-Lab87.4298-14.966047.8740

#dee17e color RGB value is (222,225,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100001 01111110
Octal 336 341 176
Decimal 222 225 126
Hex DE E1 7E

RGB Percentages of Color #dee17e

%38.74
%39.27
%21.99

CMYK Percentages of Color #dee17e

%1
%0
%44
%12

Triadic Colors of #dee17e

#dee17e #7edee1 #e17ede

Analogous Colors of #dee17e

#dee17e #ade17e #e1b37e

Monochromatic Colors of #dee17e

#dee17e

Complementary Color

#dee17e #817ee1

#dee17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee17e Color CSS Codes

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

#dee17e Text Font Color

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

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


#dee17e Background Color

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

This div background color is #dee17e


#dee17e Border Color

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

This div border color is #dee17e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee17e


Comments

No comments written yet.

Please login to write comment.