Color Hex Logo

#55ef9a Color Hex

#55EF9A
(85,239,154)
0 Favorites   0 Comments

Color spaces of #55ef9a

RGB 85239154
HSL0.410.830.64
HSV147°64°94°
CMYK 0.640.000.36   0.06
XYZ40.445565.997441.1789
Yxy65.99740.27400.4471
Hunter Lab81.2388-53.300026.8138
CIE-Lab84.9951-59.243429.4962

#55ef9a color RGB value is (85,239,154).

#55ef9a hex color red value is 85, green value is 239 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #55ef9a hue: 0.41 , saturation: 0.83 and the lightness value of 55ef9a is 0.64.

The process color (four color CMYK) of #55ef9a color hex is 0.64, 0.00, 0.36, 0.06. Web safe color of #55ef9a is #66ff99. Color #55ef9a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11101111 10011010
Octal 125 357 232
Decimal 85 239 154
Hex 55 EF 9A

RGB Percentages of Color #55ef9a

%17.78
%50.00
%32.22

CMYK Percentages of Color #55ef9a

%64
%0
%36
%6

Triadic Colors of #55ef9a

#55ef9a #9a55ef #ef9a55

Analogous Colors of #55ef9a

#55ef9a #55efe7 #5def55

Monochromatic Colors of #55ef9a

#55ef9a

Complementary Color

#55ef9a #ef55aa

#55ef9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55ef9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#55ef9a Color CSS Codes

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

#55ef9a Text Font Color

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

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


#55ef9a Background Color

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

This div background color is #55ef9a


#55ef9a Border Color

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

This div border color is #55ef9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55ef9a

Related Colors


Comments

No comments written yet.

Please login to write comment.