Color Hex Logo

#dee16a Color Hex

#DEE16A
(222,225,106)
0 Favorites   0 Comments

Color spaces of #dee16a

RGB 222225106
HSL0.170.660.65
HSV62°53°88°
CMYK 0.010.000.53   0.12
XYZ59.650970.420624.0843
Yxy70.42060.38700.4568
Hunter Lab83.9170-19.971241.7256
CIE-Lab87.2027-16.754956.9815

#dee16a color RGB value is (222,225,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100001 01101010
Octal 336 341 152
Decimal 222 225 106
Hex DE E1 6A

RGB Percentages of Color #dee16a

%40.14
%40.69
%19.17

CMYK Percentages of Color #dee16a

%1
%0
%53
%12

Triadic Colors of #dee16a

#dee16a #6adee1 #e16ade

Analogous Colors of #dee16a

#dee16a #a3e16a #e1a96a

Monochromatic Colors of #dee16a

#dee16a

Complementary Color

#dee16a #6d6ae1

#dee16a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee16a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee16a Color CSS Codes

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

#dee16a Text Font Color

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

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


#dee16a Background Color

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

This div background color is #dee16a


#dee16a Border Color

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

This div border color is #dee16a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee16a


Comments

No comments written yet.

Please login to write comment.