Color Hex Logo

#56aabd Color Hex

#56AABD
(86,170,189)
0 Favorites   0 Comments

Color spaces of #56aabd

RGB 86170189
HSL0.530.440.54
HSV191°54°74°
CMYK 0.540.100.00   0.26
XYZ27.397834.402053.3403
Yxy34.40200.23800.2988
Hunter Lab58.6532-19.2631-12.8621
CIE-Lab65.2804-20.0563-17.5239

#56aabd color RGB value is (86,170,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10101010 10111101
Octal 126 252 275
Decimal 86 170 189
Hex 56 AA BD

RGB Percentages of Color #56aabd

%19.33
%38.20
%42.47

CMYK Percentages of Color #56aabd

%54
%10
%0
%26

Triadic Colors of #56aabd

#56aabd #bd56aa #aabd56

Analogous Colors of #56aabd

#56aabd #5677bd #56bd9d

Monochromatic Colors of #56aabd

#56aabd

Complementary Color

#56aabd #bd6956

#56aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#56aabd Color CSS Codes

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

#56aabd Text Font Color

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

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


#56aabd Background Color

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

This div background color is #56aabd


#56aabd Border Color

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

This div border color is #56aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56aabd


Comments

No comments written yet.

Please login to write comment.