Color Hex Logo

#eff85a Color Hex

#EFF85A
(239,248,90)
0 Favorites   0 Comments

Color spaces of #eff85a

RGB 23924890
HSL0.180.920.66
HSV63°64°97°
CMYK 0.040.000.64   0.03
XYZ71.009586.223722.5731
Yxy86.22370.39490.4795
Hunter Lab92.8567-25.996550.5865
CIE-Lab94.4079-22.202671.9888

#eff85a color RGB value is (239,248,90).

#eff85a hex color red value is 239, green value is 248 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #eff85a hue: 0.18 , saturation: 0.92 and the lightness value of eff85a is 0.66.

The process color (four color CMYK) of #eff85a color hex is 0.04, 0.00, 0.64, 0.03. Web safe color of #eff85a is #ffff66. Color #eff85a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111000 01011010
Octal 357 370 132
Decimal 239 248 90
Hex EF F8 5A

RGB Percentages of Color #eff85a

%41.42
%42.98
%15.60

CMYK Percentages of Color #eff85a

%4
%0
%64
%3

Triadic Colors of #eff85a

#eff85a #5aeff8 #f85aef

Analogous Colors of #eff85a

#eff85a #a0f85a #f8b25a

Monochromatic Colors of #eff85a

#eff85a

Complementary Color

#eff85a #635af8

#eff85a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff85a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff85a Color CSS Codes

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

#eff85a Text Font Color

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

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


#eff85a Background Color

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

This div background color is #eff85a


#eff85a Border Color

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

This div border color is #eff85a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff85a


Comments

No comments written yet.

Please login to write comment.