Color Hex Logo

#eefe95 Color Hex

#EEFE95
(238,254,149)
0 Favorites   0 Comments

Color spaces of #eefe95

RGB 238254149
HSL0.190.980.79
HSV69°41°100°
CMYK 0.060.000.41   0.00
XYZ76.126591.230742.0308
Yxy91.23070.36360.4357
Hunter Lab95.5148-24.884040.7701
CIE-Lab96.5050-20.595548.3502

#eefe95 color RGB value is (238,254,149).

#eefe95 hex color red value is 238, green value is 254 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #eefe95 hue: 0.19 , saturation: 0.98 and the lightness value of eefe95 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111110 10010101
Octal 356 376 225
Decimal 238 254 149
Hex EE FE 95

RGB Percentages of Color #eefe95

%37.13
%39.63
%23.24

CMYK Percentages of Color #eefe95

%6
%0
%41
%0

Triadic Colors of #eefe95

#eefe95 #95eefe #fe95ee

Analogous Colors of #eefe95

#eefe95 #bafe95 #feda95

Monochromatic Colors of #eefe95

#eefe95

Complementary Color

#eefe95 #a595fe

#eefe95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefe95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefe95 Color CSS Codes

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

#eefe95 Text Font Color

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

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


#eefe95 Background Color

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

This div background color is #eefe95


#eefe95 Border Color

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

This div border color is #eefe95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefe95

Related Colors


Comments

No comments written yet.

Please login to write comment.