Color Hex Logo

#56afbc Color Hex

#56AFBC
(86,175,188)
0 Favorites   0 Comments

Color spaces of #56afbc

RGB 86175188
HSL0.520.430.54
HSV188°54°74°
CMYK 0.540.070.00   0.26
XYZ28.244836.269253.0890
Yxy36.26920.24020.3084
Hunter Lab60.2239-21.6760-10.1090
CIE-Lab66.7251-22.9143-14.7850

#56afbc color RGB value is (86,175,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10101111 10111100
Octal 126 257 274
Decimal 86 175 188
Hex 56 AF BC

RGB Percentages of Color #56afbc

%19.15
%38.98
%41.87

CMYK Percentages of Color #56afbc

%54
%7
%0
%26

Triadic Colors of #56afbc

#56afbc #bc56af #afbc56

Analogous Colors of #56afbc

#56afbc #567cbc #56bc96

Monochromatic Colors of #56afbc

#56afbc

Complementary Color

#56afbc #bc6356

#56afbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56afbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#56afbc Color CSS Codes

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

#56afbc Text Font Color

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

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


#56afbc Background Color

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

This div background color is #56afbc


#56afbc Border Color

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

This div border color is #56afbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56afbc


Comments

No comments written yet.

Please login to write comment.