Color Hex Logo

#dee85e Color Hex

#DEE85E
(222,232,94)
0 Favorites   0 Comments

Color spaces of #dee85e

RGB 22223294
HSL0.180.750.64
HSV64°59°91°
CMYK 0.040.000.59   0.09
XYZ61.001274.051021.6678
Yxy74.05100.38920.4725
Hunter Lab86.0529-24.057445.3080
CIE-Lab88.9466-21.065464.1768

#dee85e color RGB value is (222,232,94).

#dee85e hex color red value is 222, green value is 232 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dee85e hue: 0.18 , saturation: 0.75 and the lightness value of dee85e is 0.64.

The process color (four color CMYK) of #dee85e color hex is 0.04, 0.00, 0.59, 0.09. Web safe color of #dee85e is #ccff66. Color #dee85e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101000 01011110
Octal 336 350 136
Decimal 222 232 94
Hex DE E8 5E

RGB Percentages of Color #dee85e

%40.51
%42.34
%17.15

CMYK Percentages of Color #dee85e

%4
%0
%59
%9

Triadic Colors of #dee85e

#dee85e #5edee8 #e85ede

Analogous Colors of #dee85e

#dee85e #99e85e #e8ad5e

Monochromatic Colors of #dee85e

#dee85e

Complementary Color

#dee85e #685ee8

#dee85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee85e Color CSS Codes

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

#dee85e Text Font Color

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

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


#dee85e Background Color

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

This div background color is #dee85e


#dee85e Border Color

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

This div border color is #dee85e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee85e


Comments

No comments written yet.

Please login to write comment.