Color Hex Logo

#eff155 Color Hex

#EFF155
(239,241,85)
0 Favorites   0 Comments

Color spaces of #eff155

RGB 23924185
HSL0.170.850.64
HSV61°65°95°
CMYK 0.010.000.65   0.05
XYZ68.691681.917220.7855
Yxy81.91720.40080.4779
Hunter Lab90.5081-22.915749.7395
CIE-Lab92.5383-19.135171.9763

#eff155 color RGB value is (239,241,85).

#eff155 hex color red value is 239, green value is 241 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #eff155 hue: 0.17 , saturation: 0.85 and the lightness value of eff155 is 0.64.

The process color (four color CMYK) of #eff155 color hex is 0.01, 0.00, 0.65, 0.05. Web safe color of #eff155 is #ffff66. Color #eff155 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110001 01010101
Octal 357 361 125
Decimal 239 241 85
Hex EF F1 55

RGB Percentages of Color #eff155

%42.30
%42.65
%15.04

CMYK Percentages of Color #eff155

%1
%0
%65
%5

Triadic Colors of #eff155

#eff155 #55eff1 #f155ef

Analogous Colors of #eff155

#eff155 #a1f155 #f1a555

Monochromatic Colors of #eff155

#eff155

Complementary Color

#eff155 #5755f1

#eff155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff155 Color CSS Codes

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

#eff155 Text Font Color

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

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


#eff155 Background Color

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

This div background color is #eff155


#eff155 Border Color

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

This div border color is #eff155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff155


Comments

No comments written yet.

Please login to write comment.