Color Hex Logo

#55fc59 Color Hex

#55FC59
(85,252,89)
0 Favorites   0 Comments

Color spaces of #55fc59

RGB 8525289
HSL0.340.970.66
HSV121°66°99°
CMYK 0.660.000.65   0.01
XYZ40.359972.273421.2742
Yxy72.27340.30140.5397
Hunter Lab85.0138-64.032044.6727
CIE-Lab88.1000-72.892263.4285

#55fc59 color RGB value is (85,252,89).

#55fc59 hex color red value is 85, green value is 252 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #55fc59 hue: 0.34 , saturation: 0.97 and the lightness value of 55fc59 is 0.66.

The process color (four color CMYK) of #55fc59 color hex is 0.66, 0.00, 0.65, 0.01. Web safe color of #55fc59 is #66ff66. Color #55fc59 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11111100 01011001
Octal 125 374 131
Decimal 85 252 89
Hex 55 FC 59

RGB Percentages of Color #55fc59

%19.95
%59.15
%20.89

CMYK Percentages of Color #55fc59

%66
%0
%65
%1

Triadic Colors of #55fc59

#55fc59 #5955fc #fc5955

Analogous Colors of #55fc59

#55fc59 #55fcad #a5fc55

Monochromatic Colors of #55fc59

#55fc59

Complementary Color

#55fc59 #fc55f8

#55fc59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55fc59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#55fc59 Color CSS Codes

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

#55fc59 Text Font Color

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

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


#55fc59 Background Color

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

This div background color is #55fc59


#55fc59 Border Color

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

This div border color is #55fc59


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,252,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55fc59; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55fc59;
  -webkit-box-shadow: 1px 1px 3px 2px #55fc59;
  box-shadow:         1px 1px 3px 2px #55fc59; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55fc59

Related Colors


Comments

No comments written yet.

Please login to write comment.