Color Hex Logo

#dee94e Color Hex

#DEE94E
(222,233,78)
0 Favorites   0 Comments

Color spaces of #dee94e

RGB 22223378
HSL0.180.780.61
HSV64°67°91°
CMYK 0.050.000.67   0.09
XYZ60.638374.357518.3642
Yxy74.35750.39540.4849
Hunter Lab86.2308-25.381047.7348
CIE-Lab89.0912-22.545670.6904

#dee94e color RGB value is (222,233,78).

#dee94e hex color red value is 222, green value is 233 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #dee94e hue: 0.18 , saturation: 0.78 and the lightness value of dee94e is 0.61.

The process color (four color CMYK) of #dee94e color hex is 0.05, 0.00, 0.67, 0.09. Web safe color of #dee94e is #ccff66. Color #dee94e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101001 01001110
Octal 336 351 116
Decimal 222 233 78
Hex DE E9 4E

RGB Percentages of Color #dee94e

%41.65
%43.71
%14.63

CMYK Percentages of Color #dee94e

%5
%0
%67
%9

Triadic Colors of #dee94e

#dee94e #4edee9 #e94ede

Analogous Colors of #dee94e

#dee94e #91e94e #e9a74e

Monochromatic Colors of #dee94e

#dee94e

Complementary Color

#dee94e #594ee9

#dee94e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee94e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee94e Color CSS Codes

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

#dee94e Text Font Color

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

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


#dee94e Background Color

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

This div background color is #dee94e


#dee94e Border Color

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

This div border color is #dee94e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee94e


Comments

No comments written yet.

Please login to write comment.