Color Hex Logo

#56afba Color Hex

#56AFBA
(86,175,186)
0 Favorites   0 Comments

Color spaces of #56afba

RGB 86175186
HSL0.520.420.53
HSV187°54°73°
CMYK 0.540.060.00   0.27
XYZ28.030736.183551.9611
Yxy36.18350.24130.3115
Hunter Lab60.1527-22.0877-9.1090
CIE-Lab66.6599-23.4784-13.7747

#56afba color RGB value is (86,175,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10101111 10111010
Octal 126 257 272
Decimal 86 175 186
Hex 56 AF BA

RGB Percentages of Color #56afba

%19.24
%39.15
%41.61

CMYK Percentages of Color #56afba

%54
%6
%0
%27

Triadic Colors of #56afba

#56afba #ba56af #afba56

Analogous Colors of #56afba

#56afba #567dba #56ba93

Monochromatic Colors of #56afba

#56afba

Complementary Color

#56afba #ba6156

#56afba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56afba Color Preview on White Background

Lorem ipsum dolor sit amet.

#56afba Color CSS Codes

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

#56afba Text Font Color

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

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


#56afba Background Color

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

This div background color is #56afba


#56afba Border Color

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

This div border color is #56afba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,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 #56afba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56afba

#56afba Color Palettes


Comments

No comments written yet.

Please login to write comment.