Color Hex Logo

#eff555 Color Hex

#EFF555
(239,245,85)
0 Favorites   0 Comments

Color spaces of #eff555

RGB 23924585
HSL0.170.890.65
HSV62°65°96°
CMYK 0.020.000.65   0.04
XYZ69.888784.311421.1845
Yxy84.31140.39850.4807
Hunter Lab91.8212-24.823950.5958
CIE-Lab93.5856-21.057773.0497

#eff555 color RGB value is (239,245,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110101 01010101
Octal 357 365 125
Decimal 239 245 85
Hex EF F5 55

RGB Percentages of Color #eff555

%42.00
%43.06
%14.94

CMYK Percentages of Color #eff555

%2
%0
%65
%4

Triadic Colors of #eff555

#eff555 #55eff5 #f555ef

Analogous Colors of #eff555

#eff555 #9ff555 #f5ab55

Monochromatic Colors of #eff555

#eff555

Complementary Color

#eff555 #5b55f5

#eff555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff555 Color CSS Codes

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

#eff555 Text Font Color

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

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


#eff555 Background Color

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

This div background color is #eff555


#eff555 Border Color

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

This div border color is #eff555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff555


Comments

No comments written yet.

Please login to write comment.