Color Hex Logo

#55bfac Color Hex

#55BFAC
(85,191,172)
0 Favorites   0 Comments

Color spaces of #55bfac

RGB 85191172
HSL0.470.450.54
HSV169°55°75°
CMYK 0.550.000.10   0.25
XYZ29.823542.171545.5978
Yxy42.17150.25360.3586
Hunter Lab64.9396-31.66823.8268
CIE-Lab70.9890-35.18910.3490

#55bfac color RGB value is (85,191,172).

#55bfac hex color red value is 85, green value is 191 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #55bfac hue: 0.47 , saturation: 0.45 and the lightness value of 55bfac is 0.54.

The process color (four color CMYK) of #55bfac color hex is 0.55, 0.00, 0.10, 0.25. Web safe color of #55bfac is #66cc99. Color #55bfac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111111 10101100
Octal 125 277 254
Decimal 85 191 172
Hex 55 BF AC

RGB Percentages of Color #55bfac

%18.97
%42.63
%38.39

CMYK Percentages of Color #55bfac

%55
%0
%10
%25

Triadic Colors of #55bfac

#55bfac #ac55bf #bfac55

Analogous Colors of #55bfac

#55bfac #559dbf #55bf77

Monochromatic Colors of #55bfac

#55bfac

Complementary Color

#55bfac #bf5568

#55bfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55bfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#55bfac Color CSS Codes

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

#55bfac Text Font Color

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

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


#55bfac Background Color

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

This div background color is #55bfac


#55bfac Border Color

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

This div border color is #55bfac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,191,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 #55bfac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55bfac


Comments

No comments written yet.

Please login to write comment.