Color Hex Logo

#55afbf Color Hex

#55AFBF
(85,175,191)
0 Favorites   0 Comments

Color spaces of #55afbf

RGB 85175191
HSL0.530.450.54
HSV189°55°75°
CMYK 0.550.080.00   0.25
XYZ28.480336.352854.8059
Yxy36.35280.23810.3039
Hunter Lab60.2933-21.1965-11.6886
CIE-Lab66.7886-22.2633-16.3545

#55afbf color RGB value is (85,175,191).

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

The process color (four color CMYK) of #55afbf color hex is 0.55, 0.08, 0.00, 0.25. Web safe color of #55afbf is #6699cc. Color #55afbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101111 10111111
Octal 125 257 277
Decimal 85 175 191
Hex 55 AF BF

RGB Percentages of Color #55afbf

%18.85
%38.80
%42.35

CMYK Percentages of Color #55afbf

%55
%8
%0
%25

Triadic Colors of #55afbf

#55afbf #bf55af #afbf55

Analogous Colors of #55afbf

#55afbf #557abf #55bf9a

Monochromatic Colors of #55afbf

#55afbf

Complementary Color

#55afbf #bf6555

#55afbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55afbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#55afbf Color CSS Codes

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

#55afbf Text Font Color

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

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


#55afbf Background Color

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

This div background color is #55afbf


#55afbf Border Color

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

This div border color is #55afbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55afbf


Comments

No comments written yet.

Please login to write comment.