Color Hex Logo

#55908e Color Hex

#55908E
(85,144,142)
0 Favorites   0 Comments

Color spaces of #55908e

RGB 85144142
HSL0.490.260.45
HSV178°41°56°
CMYK 0.410.000.01   0.44
XYZ18.602123.830829.2106
Yxy23.83080.25960.3326
Hunter Lab48.8168-17.4103-1.3057
CIE-Lab55.9180-19.6930-4.9937

#55908e color RGB value is (85,144,142).

#55908e hex color red value is 85, green value is 144 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #55908e hue: 0.49 , saturation: 0.26 and the lightness value of 55908e is 0.45.

The process color (four color CMYK) of #55908e color hex is 0.41, 0.00, 0.01, 0.44. Web safe color of #55908e is #669999. Color #55908e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10010000 10001110
Octal 125 220 216
Decimal 85 144 142
Hex 55 90 8E

RGB Percentages of Color #55908e

%22.91
%38.81
%38.27

CMYK Percentages of Color #55908e

%41
%0
%1
%44

Triadic Colors of #55908e

#55908e #8e5590 #908e55

Analogous Colors of #55908e

#55908e #557590 #559071

Monochromatic Colors of #55908e

#55908e

Complementary Color

#55908e #905557

#55908e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55908e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55908e Color CSS Codes

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

#55908e Text Font Color

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

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


#55908e Background Color

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

This div background color is #55908e


#55908e Border Color

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

This div border color is #55908e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,144,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55908e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55908e;
  -webkit-box-shadow: 1px 1px 3px 2px #55908e;
  box-shadow:         1px 1px 3px 2px #55908e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55908e

#55908e Color Palettes


Comments

No comments written yet.

Please login to write comment.