Color Hex Logo

#eefb94 Color Hex

#EEFB94
(238,251,148)
0 Favorites   0 Comments

Color spaces of #eefb94

RGB 238251148
HSL0.190.930.78
HSV68°41°98°
CMYK 0.050.000.41   0.02
XYZ75.102489.309641.2971
Yxy89.30960.36510.4342
Hunter Lab94.5038-23.527140.2436
CIE-Lab95.7097-19.259047.8313

#eefb94 color RGB value is (238,251,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111011 10010100
Octal 356 373 224
Decimal 238 251 148
Hex EE FB 94

RGB Percentages of Color #eefb94

%37.36
%39.40
%23.23

CMYK Percentages of Color #eefb94

%5
%0
%41
%2

Triadic Colors of #eefb94

#eefb94 #94eefb #fb94ee

Analogous Colors of #eefb94

#eefb94 #bbfb94 #fbd594

Monochromatic Colors of #eefb94

#eefb94

Complementary Color

#eefb94 #a194fb

#eefb94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefb94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefb94 Color CSS Codes

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

#eefb94 Text Font Color

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

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


#eefb94 Background Color

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

This div background color is #eefb94


#eefb94 Border Color

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

This div border color is #eefb94


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,251,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 #eefb94">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefb94


Comments

No comments written yet.

Please login to write comment.