Color Hex Logo

#eff94b Color Hex

#EFF94B
(239,249,75)
0 Favorites   0 Comments

Color spaces of #eff94b

RGB 23924975
HSL0.180.940.64
HSV63°70°98°
CMYK 0.040.000.70   0.02
XYZ70.742386.610119.6455
Yxy86.61010.39970.4893
Hunter Lab93.0645-27.177652.6293
CIE-Lab94.5726-23.482277.6287

#eff94b color RGB value is (239,249,75).

#eff94b hex color red value is 239, green value is 249 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #eff94b hue: 0.18 , saturation: 0.94 and the lightness value of eff94b is 0.64.

The process color (four color CMYK) of #eff94b color hex is 0.04, 0.00, 0.70, 0.02. Web safe color of #eff94b is #ffff33. Color #eff94b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111001 01001011
Octal 357 371 113
Decimal 239 249 75
Hex EF F9 4B

RGB Percentages of Color #eff94b

%42.45
%44.23
%13.32

CMYK Percentages of Color #eff94b

%4
%0
%70
%2

Triadic Colors of #eff94b

#eff94b #4beff9 #f94bef

Analogous Colors of #eff94b

#eff94b #98f94b #f9ac4b

Monochromatic Colors of #eff94b

#eff94b

Complementary Color

#eff94b #554bf9

#eff94b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff94b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff94b Color CSS Codes

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

#eff94b Text Font Color

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

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


#eff94b Background Color

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

This div background color is #eff94b


#eff94b Border Color

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

This div border color is #eff94b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff94b


Comments

No comments written yet.

Please login to write comment.