Color Hex Logo

#56aabb Color Hex

#56AABB
(86,170,187)
0 Favorites   0 Comments

Color spaces of #56aabb

RGB 86170187
HSL0.530.430.54
HSV190°54°73°
CMYK 0.540.090.00   0.27
XYZ27.182134.315752.2047
Yxy34.31570.23910.3018
Hunter Lab58.5796-19.6868-11.8321
CIE-Lab65.2124-20.6322-16.5143

#56aabb color RGB value is (86,170,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10101010 10111011
Octal 126 252 273
Decimal 86 170 187
Hex 56 AA BB

RGB Percentages of Color #56aabb

%19.41
%38.37
%42.21

CMYK Percentages of Color #56aabb

%54
%9
%0
%27

Triadic Colors of #56aabb

#56aabb #bb56aa #aabb56

Analogous Colors of #56aabb

#56aabb #5678bb #56bb9a

Monochromatic Colors of #56aabb

#56aabb

Complementary Color

#56aabb #bb6756

#56aabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56aabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#56aabb Color CSS Codes

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

#56aabb Text Font Color

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

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


#56aabb Background Color

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

This div background color is #56aabb


#56aabb Border Color

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

This div border color is #56aabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56aabb


Comments

No comments written yet.

Please login to write comment.