Color Hex Logo

#55af9e Color Hex

#55AF9E
(85,175,158)
0 Favorites   0 Comments

Color spaces of #55af9e

RGB 85175158
HSL0.470.360.51
HSV169°51°69°
CMYK 0.510.000.10   0.31
XYZ25.247835.059937.7843
Yxy35.05990.25740.3574
Hunter Lab59.2114-27.50743.6135
CIE-Lab65.7953-31.15160.4819

#55af9e color RGB value is (85,175,158).

#55af9e hex color red value is 85, green value is 175 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #55af9e hue: 0.47 , saturation: 0.36 and the lightness value of 55af9e is 0.51.

The process color (four color CMYK) of #55af9e color hex is 0.51, 0.00, 0.10, 0.31. Web safe color of #55af9e is #669999. Color #55af9e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101111 10011110
Octal 125 257 236
Decimal 85 175 158
Hex 55 AF 9E

RGB Percentages of Color #55af9e

%20.33
%41.87
%37.80

CMYK Percentages of Color #55af9e

%51
%0
%10
%31

Triadic Colors of #55af9e

#55af9e #9e55af #af9e55

Analogous Colors of #55af9e

#55af9e #5593af #55af71

Monochromatic Colors of #55af9e

#55af9e

Complementary Color

#55af9e #af5566

#55af9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55af9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55af9e Color CSS Codes

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

#55af9e Text Font Color

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

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


#55af9e Background Color

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

This div background color is #55af9e


#55af9e Border Color

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

This div border color is #55af9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55af9e


Comments

No comments written yet.

Please login to write comment.