Color Hex Logo

#55afba Color Hex

#55AFBA
(85,175,186)
0 Favorites   0 Comments

Color spaces of #55afba

RGB 85175186
HSL0.520.420.53
HSV187°54°73°
CMYK 0.540.060.00   0.27
XYZ27.939236.136451.9568
Yxy36.13640.24080.3114
Hunter Lab60.1136-22.2366-9.1655
CIE-Lab66.6240-23.6863-13.8323

#55afba color RGB value is (85,175,186).

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

The process color (four color CMYK) of #55afba color hex is 0.54, 0.06, 0.00, 0.27. Web safe color of #55afba is #6699cc. Color #55afba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101111 10111010
Octal 125 257 272
Decimal 85 175 186
Hex 55 AF BA

RGB Percentages of Color #55afba

%19.06
%39.24
%41.70

CMYK Percentages of Color #55afba

%54
%6
%0
%27

Triadic Colors of #55afba

#55afba #ba55af #afba55

Analogous Colors of #55afba

#55afba #557dba #55ba93

Monochromatic Colors of #55afba

#55afba

Complementary Color

#55afba #ba6055

#55afba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55afba Color Preview on White Background

Lorem ipsum dolor sit amet.

#55afba Color CSS Codes

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

#55afba Text Font Color

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

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


#55afba Background Color

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

This div background color is #55afba


#55afba Border Color

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

This div border color is #55afba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55afba


Comments

No comments written yet.

Please login to write comment.