Color Hex Logo

#55faaf Color Hex

#55FAAF
(85,250,175)
0 Favorites   0 Comments

Color spaces of #55faaf

RGB 85250175
HSL0.420.940.66
HSV153°66°98°
CMYK 0.660.000.30   0.02
XYZ45.669873.397752.3176
Yxy73.39770.26650.4283
Hunter Lab85.6725-54.773023.7641
CIE-Lab88.6370-59.399923.7603

#55faaf color RGB value is (85,250,175).

#55faaf hex color red value is 85, green value is 250 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #55faaf hue: 0.42 , saturation: 0.94 and the lightness value of 55faaf is 0.66.

The process color (four color CMYK) of #55faaf color hex is 0.66, 0.00, 0.30, 0.02. Web safe color of #55faaf is #66ff99. Color #55faaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11111010 10101111
Octal 125 372 257
Decimal 85 250 175
Hex 55 FA AF

RGB Percentages of Color #55faaf

%16.67
%49.02
%34.31

CMYK Percentages of Color #55faaf

%66
%0
%30
%2

Triadic Colors of #55faaf

#55faaf #af55fa #faaf55

Analogous Colors of #55faaf

#55faaf #55f3fa #55fa5d

Monochromatic Colors of #55faaf

#55faaf

Complementary Color

#55faaf #fa55a0

#55faaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55faaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#55faaf Color CSS Codes

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

#55faaf Text Font Color

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

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


#55faaf Background Color

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

This div background color is #55faaf


#55faaf Border Color

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

This div border color is #55faaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55faaf

Related Colors


Comments

No comments written yet.

Please login to write comment.