Color Hex Logo

#efff94 Color Hex

#EFFF94
(239,255,148)
0 Favorites   0 Comments

Color spaces of #efff94

RGB 239255148
HSL0.191.000.79
HSV69°42°100°
CMYK 0.060.000.42   0.00
XYZ76.701992.008841.7338
Yxy92.00880.36450.4372
Hunter Lab95.9212-25.127441.3487
CIE-Lab96.8239-20.803249.2439

#efff94 color RGB value is (239,255,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111111 10010100
Octal 357 377 224
Decimal 239 255 148
Hex EF FF 94

RGB Percentages of Color #efff94

%37.23
%39.72
%23.05

CMYK Percentages of Color #efff94

%6
%0
%42
%0

Triadic Colors of #efff94

#efff94 #94efff #ff94ef

Analogous Colors of #efff94

#efff94 #baff94 #ffda94

Monochromatic Colors of #efff94

#efff94

Complementary Color

#efff94 #a494ff

#efff94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efff94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efff94 Color CSS Codes

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

#efff94 Text Font Color

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

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


#efff94 Background Color

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

This div background color is #efff94


#efff94 Border Color

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

This div border color is #efff94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efff94

Related Colors

#efff94 Color Palettes


Comments

No comments written yet.

Please login to write comment.