Color Hex Logo

#effe94 Color Hex

#EFFE94
(239,254,148)
0 Favorites   0 Comments

Color spaces of #effe94

RGB 239254148
HSL0.190.980.79
HSV68°42°100°
CMYK 0.060.000.42   0.00
XYZ76.383791.372541.6278
Yxy91.37250.36480.4364
Hunter Lab95.5890-24.644041.0922
CIE-Lab96.5632-20.324248.9176

#effe94 color RGB value is (239,254,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111110 10010100
Octal 357 376 224
Decimal 239 254 148
Hex EF FE 94

RGB Percentages of Color #effe94

%37.29
%39.63
%23.09

CMYK Percentages of Color #effe94

%6
%0
%42
%0

Triadic Colors of #effe94

#effe94 #94effe #fe94ef

Analogous Colors of #effe94

#effe94 #bafe94 #fed894

Monochromatic Colors of #effe94

#effe94

Complementary Color

#effe94 #a394fe

#effe94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effe94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effe94 Color CSS Codes

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

#effe94 Text Font Color

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

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


#effe94 Background Color

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

This div background color is #effe94


#effe94 Border Color

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

This div border color is #effe94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effe94

Related Colors


Comments

No comments written yet.

Please login to write comment.