Color Hex Logo

#56abbe Color Hex

#56ABBE
(86,171,190)
0 Favorites   0 Comments

Color spaces of #56abbe

RGB 86171190
HSL0.530.440.54
HSV191°55°75°
CMYK 0.550.100.00   0.25
XYZ27.694934.822053.9768
Yxy34.82200.23770.2989
Hunter Lab59.0102-19.4934-12.9256
CIE-Lab65.6098-20.2867-17.5805

#56abbe color RGB value is (86,171,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10101011 10111110
Octal 126 253 276
Decimal 86 171 190
Hex 56 AB BE

RGB Percentages of Color #56abbe

%19.24
%38.26
%42.51

CMYK Percentages of Color #56abbe

%55
%10
%0
%25

Triadic Colors of #56abbe

#56abbe #be56ab #abbe56

Analogous Colors of #56abbe

#56abbe #5677be #56be9d

Monochromatic Colors of #56abbe

#56abbe

Complementary Color

#56abbe #be6956

#56abbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56abbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#56abbe Color CSS Codes

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

#56abbe Text Font Color

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

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


#56abbe Background Color

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

This div background color is #56abbe


#56abbe Border Color

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

This div border color is #56abbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56abbe


Comments

No comments written yet.

Please login to write comment.