Color Hex Logo

#55ab7b Color Hex

#55AB7B
(85,171,123)
0 Favorites   0 Comments

Color spaces of #55ab7b

RGB 85171123
HSL0.410.340.50
HSV147°50°67°
CMYK 0.500.000.28   0.33
XYZ21.884432.487223.8561
Yxy32.48720.27980.4153
Hunter Lab56.9975-31.210015.0827
CIE-Lab63.7435-37.265616.9178

#55ab7b color RGB value is (85,171,123).

#55ab7b hex color red value is 85, green value is 171 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #55ab7b hue: 0.41 , saturation: 0.34 and the lightness value of 55ab7b is 0.50.

The process color (four color CMYK) of #55ab7b color hex is 0.50, 0.00, 0.28, 0.33. Web safe color of #55ab7b is #669966. Color #55ab7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101011 01111011
Octal 125 253 173
Decimal 85 171 123
Hex 55 AB 7B

RGB Percentages of Color #55ab7b

%22.43
%45.12
%32.45

CMYK Percentages of Color #55ab7b

%50
%0
%28
%33

Triadic Colors of #55ab7b

#55ab7b #7b55ab #ab7b55

Analogous Colors of #55ab7b

#55ab7b #55aba6 #5aab55

Monochromatic Colors of #55ab7b

#55ab7b

Complementary Color

#55ab7b #ab5585

#55ab7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55ab7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#55ab7b Color CSS Codes

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

#55ab7b Text Font Color

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

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


#55ab7b Background Color

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

This div background color is #55ab7b


#55ab7b Border Color

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

This div border color is #55ab7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55ab7b


Comments

No comments written yet.

Please login to write comment.