Color Hex Logo

#55ef73 Color Hex

#55EF73
(85,239,115)
0 Favorites   0 Comments

Color spaces of #55ef73

RGB 85239115
HSL0.370.830.64
HSV132°64°94°
CMYK 0.640.000.52   0.06
XYZ37.707364.902126.7596
Yxy64.90210.29150.5017
Hunter Lab80.5618-57.435636.6994
CIE-Lab84.4333-65.507847.8842

#55ef73 color RGB value is (85,239,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11101111 01110011
Octal 125 357 163
Decimal 85 239 115
Hex 55 EF 73

RGB Percentages of Color #55ef73

%19.36
%54.44
%26.20

CMYK Percentages of Color #55ef73

%64
%0
%52
%6

Triadic Colors of #55ef73

#55ef73 #7355ef #ef7355

Analogous Colors of #55ef73

#55ef73 #55efc0 #84ef55

Monochromatic Colors of #55ef73

#55ef73

Complementary Color

#55ef73 #ef55d1

#55ef73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55ef73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#55ef73 Color CSS Codes

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

#55ef73 Text Font Color

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

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


#55ef73 Background Color

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

This div background color is #55ef73


#55ef73 Border Color

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

This div border color is #55ef73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55ef73


Comments

No comments written yet.

Please login to write comment.