Color Hex Logo

#55ba96 Color Hex

#55BA96
(85,186,150)
0 Favorites   0 Comments

Color spaces of #55ba96

RGB 85186150
HSL0.440.420.53
HSV159°54°73°
CMYK 0.540.000.19   0.27
XYZ26.810239.251135.0173
Yxy39.25110.26520.3883
Hunter Lab62.6507-33.253010.7166
CIE-Lab68.9328-38.17769.4094

#55ba96 color RGB value is (85,186,150).

#55ba96 hex color red value is 85, green value is 186 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #55ba96 hue: 0.44 , saturation: 0.42 and the lightness value of 55ba96 is 0.53.

The process color (four color CMYK) of #55ba96 color hex is 0.54, 0.00, 0.19, 0.27. Web safe color of #55ba96 is #66cc99. Color #55ba96 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111010 10010110
Octal 125 272 226
Decimal 85 186 150
Hex 55 BA 96

RGB Percentages of Color #55ba96

%20.19
%44.18
%35.63

CMYK Percentages of Color #55ba96

%54
%0
%19
%27

Triadic Colors of #55ba96

#55ba96 #9655ba #ba9655

Analogous Colors of #55ba96

#55ba96 #55acba #55ba63

Monochromatic Colors of #55ba96

#55ba96

Complementary Color

#55ba96 #ba5579

#55ba96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55ba96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#55ba96 Color CSS Codes

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

#55ba96 Text Font Color

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

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


#55ba96 Background Color

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

This div background color is #55ba96


#55ba96 Border Color

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

This div border color is #55ba96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55ba96


Comments

No comments written yet.

Please login to write comment.