Color Hex Logo

#55faad Color Hex

#55FAAD
(85,250,173)
0 Favorites   0 Comments

Color spaces of #55faad

RGB 85250173
HSL0.420.940.66
HSV152°66°98°
CMYK 0.660.000.31   0.02
XYZ45.474773.319651.2905
Yxy73.31960.26740.4311
Hunter Lab85.6269-55.049324.4241
CIE-Lab88.5999-59.798324.7282

#55faad color RGB value is (85,250,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11111010 10101101
Octal 125 372 255
Decimal 85 250 173
Hex 55 FA AD

RGB Percentages of Color #55faad

%16.73
%49.21
%34.06

CMYK Percentages of Color #55faad

%66
%0
%31
%2

Triadic Colors of #55faad

#55faad #ad55fa #faad55

Analogous Colors of #55faad

#55faad #55f5fa #55fa5b

Monochromatic Colors of #55faad

#55faad

Complementary Color

#55faad #fa55a2

#55faad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55faad Color Preview on White Background

Lorem ipsum dolor sit amet.

#55faad Color CSS Codes

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

#55faad Text Font Color

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

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


#55faad Background Color

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

This div background color is #55faad


#55faad Border Color

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

This div border color is #55faad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55faad


Comments

No comments written yet.

Please login to write comment.