Color Hex Logo

#eff950 Color Hex

#EFF950
(239,249,80)
0 Favorites   0 Comments

Color spaces of #eff950

RGB 23924980
HSL0.180.930.65
HSV64°68°98°
CMYK 0.040.000.68   0.02
XYZ70.920386.681320.5827
Yxy86.68130.39800.4865
Hunter Lab93.1028-26.959052.0644
CIE-Lab94.6029-23.233075.9117

#eff950 color RGB value is (239,249,80).

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

The process color (four color CMYK) of #eff950 color hex is 0.04, 0.00, 0.68, 0.02. Web safe color of #eff950 is #ffff66. Color #eff950 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111001 01010000
Octal 357 371 120
Decimal 239 249 80
Hex EF F9 50

RGB Percentages of Color #eff950

%42.08
%43.84
%14.08

CMYK Percentages of Color #eff950

%4
%0
%68
%2

Triadic Colors of #eff950

#eff950 #50eff9 #f950ef

Analogous Colors of #eff950

#eff950 #9bf950 #f9af50

Monochromatic Colors of #eff950

#eff950

Complementary Color

#eff950 #5a50f9

#eff950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff950 Color CSS Codes

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

#eff950 Text Font Color

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

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


#eff950 Background Color

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

This div background color is #eff950


#eff950 Border Color

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

This div border color is #eff950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff950


Comments

No comments written yet.

Please login to write comment.