Color Hex Logo

#efff50 Color Hex

#EFFF50
(239,255,80)
0 Favorites   0 Comments

Color spaces of #efff50

RGB 23925580
HSL0.181.000.66
HSV65°69°100°
CMYK 0.060.000.69   0.00
XYZ72.804690.449921.2108
Yxy90.44990.39470.4903
Hunter Lab95.1052-29.789353.3505
CIE-Lab96.1831-26.062877.4803

#efff50 color RGB value is (239,255,80).

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

The process color (four color CMYK) of #efff50 color hex is 0.06, 0.00, 0.69, 0.00. Web safe color of #efff50 is #ffff66. Color #efff50 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111111 01010000
Octal 357 377 120
Decimal 239 255 80
Hex EF FF 50

RGB Percentages of Color #efff50

%41.64
%44.43
%13.94

CMYK Percentages of Color #efff50

%6
%0
%69
%0

Triadic Colors of #efff50

#efff50 #50efff #ff50ef

Analogous Colors of #efff50

#efff50 #98ff50 #ffb850

Monochromatic Colors of #efff50

#efff50

Complementary Color

#efff50 #6050ff

#efff50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efff50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efff50 Color CSS Codes

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

#efff50 Text Font Color

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

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


#efff50 Background Color

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

This div background color is #efff50


#efff50 Border Color

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

This div border color is #efff50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efff50


Comments

No comments written yet.

Please login to write comment.