Color Hex Logo

#dee160 Color Hex

#DEE160
(222,225,96)
0 Favorites   0 Comments

Color spaces of #dee160

RGB 22222596
HSL0.170.680.63
HSV61°57°88°
CMYK 0.010.000.57   0.12
XYZ59.160770.224621.5029
Yxy70.22460.39210.4654
Hunter Lab83.8001-20.633943.4464
CIE-Lab87.1069-17.517661.3019

#dee160 color RGB value is (222,225,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100001 01100000
Octal 336 341 140
Decimal 222 225 96
Hex DE E1 60

RGB Percentages of Color #dee160

%40.88
%41.44
%17.68

CMYK Percentages of Color #dee160

%1
%0
%57
%12

Triadic Colors of #dee160

#dee160 #60dee1 #e160de

Analogous Colors of #dee160

#dee160 #9ee160 #e1a460

Monochromatic Colors of #dee160

#dee160

Complementary Color

#dee160 #6360e1

#dee160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee160 Color CSS Codes

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

#dee160 Text Font Color

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

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


#dee160 Background Color

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

This div background color is #dee160


#dee160 Border Color

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

This div border color is #dee160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee160


Comments

No comments written yet.

Please login to write comment.