Color Hex Logo

#efff8a Color Hex

#EFFF8A
(239,255,138)
0 Favorites   0 Comments

Color spaces of #efff8a

RGB 239255138
HSL0.191.000.77
HSV68°46°100°
CMYK 0.060.000.46   0.00
XYZ75.944091.705737.7430
Yxy91.70570.36980.4465
Hunter Lab95.7631-26.027743.6663
CIE-Lab96.6999-21.807053.8169

#efff8a color RGB value is (239,255,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111111 10001010
Octal 357 377 212
Decimal 239 255 138
Hex EF FF 8A

RGB Percentages of Color #efff8a

%37.82
%40.35
%21.84

CMYK Percentages of Color #efff8a

%6
%0
%46
%0

Triadic Colors of #efff8a

#efff8a #8aefff #ff8aef

Analogous Colors of #efff8a

#efff8a #b5ff8a #ffd58a

Monochromatic Colors of #efff8a

#efff8a

Complementary Color

#efff8a #9a8aff

#efff8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efff8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efff8a Color CSS Codes

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

#efff8a Text Font Color

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

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


#efff8a Background Color

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

This div background color is #efff8a


#efff8a Border Color

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

This div border color is #efff8a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,255,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efff8a


Comments

No comments written yet.

Please login to write comment.