Color Hex Logo

#55fffa Color Hex

#55FFFA
(85,255,250)
0 Favorites   0 Comments

Color spaces of #55fffa

RGB 85255250
HSL0.501.000.67
HSV178°67°100°
CMYK 0.670.000.02   0.00
XYZ56.761680.3534102.9606
Yxy80.35340.23640.3347
Hunter Lab89.6401-43.8409-5.3525
CIE-Lab91.8432-43.7832-10.3695

#55fffa color RGB value is (85,255,250).

#55fffa hex color red value is 85, green value is 255 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #55fffa hue: 0.50 , saturation: 1.00 and the lightness value of 55fffa is 0.67.

The process color (four color CMYK) of #55fffa color hex is 0.67, 0.00, 0.02, 0.00. Web safe color of #55fffa is #66ffff. Color #55fffa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11111111 11111010
Octal 125 377 372
Decimal 85 255 250
Hex 55 FF FA

RGB Percentages of Color #55fffa

%14.41
%43.22
%42.37

CMYK Percentages of Color #55fffa

%67
%0
%2
%0

Triadic Colors of #55fffa

#55fffa #fa55ff #fffa55

Analogous Colors of #55fffa

#55fffa #55afff #55ffa5

Monochromatic Colors of #55fffa

#55fffa

Complementary Color

#55fffa #ff555a

#55fffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55fffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#55fffa Color CSS Codes

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

#55fffa Text Font Color

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

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


#55fffa Background Color

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

This div background color is #55fffa


#55fffa Border Color

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

This div border color is #55fffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55fffa

Related Colors


Comments

No comments written yet.

Please login to write comment.