Color Hex Logo

#55bfab Color Hex

#55BFAB
(85,191,171)
0 Favorites   0 Comments

Color spaces of #55bfab

RGB 85191171
HSL0.470.450.54
HSV169°55°75°
CMYK 0.550.000.10   0.25
XYZ29.727842.133245.0938
Yxy42.13320.25420.3603
Hunter Lab64.9101-31.84254.2476
CIE-Lab70.9627-35.43930.8569

#55bfab color RGB value is (85,191,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111111 10101011
Octal 125 277 253
Decimal 85 191 171
Hex 55 BF AB

RGB Percentages of Color #55bfab

%19.02
%42.73
%38.26

CMYK Percentages of Color #55bfab

%55
%0
%10
%25

Triadic Colors of #55bfab

#55bfab #ab55bf #bfab55

Analogous Colors of #55bfab

#55bfab #559ebf #55bf76

Monochromatic Colors of #55bfab

#55bfab

Complementary Color

#55bfab #bf5569

#55bfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55bfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#55bfab Color CSS Codes

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

#55bfab Text Font Color

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

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


#55bfab Background Color

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

This div background color is #55bfab


#55bfab Border Color

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

This div border color is #55bfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55bfab


Comments

No comments written yet.

Please login to write comment.