Color Hex Logo

#dee17a Color Hex

#DEE17A
(222,225,122)
0 Favorites   0 Comments

Color spaces of #dee17a

RGB 222225122
HSL0.170.630.68
HSV62°46°88°
CMYK 0.010.000.46   0.12
XYZ60.562370.785228.8833
Yxy70.78520.37800.4418
Hunter Lab84.1339-18.744438.5394
CIE-Lab87.3805-15.352149.7357

#dee17a color RGB value is (222,225,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100001 01111010
Octal 336 341 172
Decimal 222 225 122
Hex DE E1 7A

RGB Percentages of Color #dee17a

%39.02
%39.54
%21.44

CMYK Percentages of Color #dee17a

%1
%0
%46
%12

Triadic Colors of #dee17a

#dee17a #7adee1 #e17ade

Analogous Colors of #dee17a

#dee17a #abe17a #e1b17a

Monochromatic Colors of #dee17a

#dee17a

Complementary Color

#dee17a #7d7ae1

#dee17a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee17a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee17a Color CSS Codes

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

#dee17a Text Font Color

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

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


#dee17a Background Color

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

This div background color is #dee17a


#dee17a Border Color

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

This div border color is #dee17a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee17a


Comments

No comments written yet.

Please login to write comment.