Color Hex Logo

#55fcaa Color Hex

#55FCAA
(85,252,170)
0 Favorites   0 Comments

Color spaces of #55fcaa

RGB 85252170
HSL0.420.970.66
HSV151°66°99°
CMYK 0.660.000.33   0.01
XYZ45.812474.454449.9868
Yxy74.45440.26910.4373
Hunter Lab86.2870-56.231126.0537
CIE-Lab89.1368-61.146926.9837

#55fcaa color RGB value is (85,252,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11111100 10101010
Octal 125 374 252
Decimal 85 252 170
Hex 55 FC AA

RGB Percentages of Color #55fcaa

%16.77
%49.70
%33.53

CMYK Percentages of Color #55fcaa

%66
%0
%33
%1

Triadic Colors of #55fcaa

#55fcaa #aa55fc #fcaa55

Analogous Colors of #55fcaa

#55fcaa #55fbfc #55fc56

Monochromatic Colors of #55fcaa

#55fcaa

Complementary Color

#55fcaa #fc55a7

#55fcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55fcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#55fcaa Color CSS Codes

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

#55fcaa Text Font Color

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

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


#55fcaa Background Color

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

This div background color is #55fcaa


#55fcaa Border Color

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

This div border color is #55fcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55fcaa

Related Colors


Comments

No comments written yet.

Please login to write comment.