Color Hex Logo

#eef294 Color Hex

#EEF294
(238,242,148)
0 Favorites   0 Comments

Color spaces of #eef294

RGB 238242148
HSL0.170.780.76
HSV63°39°95°
CMYK 0.020.000.39   0.05
XYZ72.357383.819540.3821
Yxy83.81950.36810.4264
Hunter Lab91.5530-19.143437.9355
CIE-Lab93.3720-14.885144.8782

#eef294 color RGB value is (238,242,148).

#eef294 hex color red value is 238, green value is 242 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #eef294 hue: 0.17 , saturation: 0.78 and the lightness value of eef294 is 0.76.

The process color (four color CMYK) of #eef294 color hex is 0.02, 0.00, 0.39, 0.05. Web safe color of #eef294 is #ffff99. Color #eef294 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11110010 10010100
Octal 356 362 224
Decimal 238 242 148
Hex EE F2 94

RGB Percentages of Color #eef294

%37.90
%38.54
%23.57

CMYK Percentages of Color #eef294

%2
%0
%39
%5

Triadic Colors of #eef294

#eef294 #94eef2 #f294ee

Analogous Colors of #eef294

#eef294 #bff294 #f2c794

Monochromatic Colors of #eef294

#eef294

Complementary Color

#eef294 #9894f2

#eef294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef294 Color CSS Codes

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

#eef294 Text Font Color

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

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


#eef294 Background Color

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

This div background color is #eef294


#eef294 Border Color

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

This div border color is #eef294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef294


Comments

No comments written yet.

Please login to write comment.