Color Hex Logo

#eef992 Color Hex

#EEF992
(238,249,146)
0 Favorites   0 Comments

Color spaces of #eef992

RGB 238249146
HSL0.180.900.77
HSV66°41°98°
CMYK 0.040.000.41   0.02
XYZ74.323988.003840.2633
Yxy88.00380.36690.4344
Hunter Lab93.8103-22.746440.2200
CIE-Lab95.1625-18.503548.1063

#eef992 color RGB value is (238,249,146).

#eef992 hex color red value is 238, green value is 249 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #eef992 hue: 0.18 , saturation: 0.90 and the lightness value of eef992 is 0.77.

The process color (four color CMYK) of #eef992 color hex is 0.04, 0.00, 0.41, 0.02. Web safe color of #eef992 is #ffff99. Color #eef992 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111001 10010010
Octal 356 371 222
Decimal 238 249 146
Hex EE F9 92

RGB Percentages of Color #eef992

%37.60
%39.34
%23.06

CMYK Percentages of Color #eef992

%4
%0
%41
%2

Triadic Colors of #eef992

#eef992 #92eef9 #f992ee

Analogous Colors of #eef992

#eef992 #bbf992 #f9d192

Monochromatic Colors of #eef992

#eef992

Complementary Color

#eef992 #9d92f9

#eef992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef992 Color CSS Codes

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

#eef992 Text Font Color

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

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


#eef992 Background Color

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

This div background color is #eef992


#eef992 Border Color

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

This div border color is #eef992


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,249,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eef992; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eef992;
  -webkit-box-shadow: 1px 1px 3px 2px #eef992;
  box-shadow:         1px 1px 3px 2px #eef992; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,249,146, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef992


Comments

No comments written yet.

Please login to write comment.