Color Hex Logo

#55fcac Color Hex

#55FCAC
(85,252,172)
0 Favorites   0 Comments

Color spaces of #55fcac

RGB 85252172
HSL0.420.970.66
HSV151°66°99°
CMYK 0.660.000.32   0.01
XYZ46.003174.530750.9910
Yxy74.53070.26820.4345
Hunter Lab86.3312-55.962625.4125
CIE-Lab89.1727-60.758426.0193

#55fcac color RGB value is (85,252,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11111100 10101100
Octal 125 374 254
Decimal 85 252 172
Hex 55 FC AC

RGB Percentages of Color #55fcac

%16.70
%49.51
%33.79

CMYK Percentages of Color #55fcac

%66
%0
%32
%1

Triadic Colors of #55fcac

#55fcac #ac55fc #fcac55

Analogous Colors of #55fcac

#55fcac #55f9fc #55fc59

Monochromatic Colors of #55fcac

#55fcac

Complementary Color

#55fcac #fc55a5

#55fcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55fcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#55fcac Color CSS Codes

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

#55fcac Text Font Color

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

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


#55fcac Background Color

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

This div background color is #55fcac


#55fcac Border Color

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

This div border color is #55fcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55fcac

Related Colors


Comments

No comments written yet.

Please login to write comment.