Color Hex Logo

#56aaeb Color Hex

#56AAEB
(86,170,235)
0 Favorites   0 Comments

Color spaces of #56aaeb

RGB 86170235
HSL0.570.790.63
HSV206°63°92°
CMYK 0.630.280.00   0.08
XYZ33.207936.726083.9359
Yxy36.72600.21580.2387
Hunter Lab60.6020-8.2413-39.6974
CIE-Lab67.0710-5.9064-40.1573

#56aaeb color RGB value is (86,170,235).

#56aaeb hex color red value is 86, green value is 170 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #56aaeb hue: 0.57 , saturation: 0.79 and the lightness value of 56aaeb is 0.63.

The process color (four color CMYK) of #56aaeb color hex is 0.63, 0.28, 0.00, 0.08. Web safe color of #56aaeb is #6699ff. Color #56aaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10101010 11101011
Octal 126 252 353
Decimal 86 170 235
Hex 56 AA EB

RGB Percentages of Color #56aaeb

%17.52
%34.62
%47.86

CMYK Percentages of Color #56aaeb

%63
%28
%0
%8

Triadic Colors of #56aaeb

#56aaeb #eb56aa #aaeb56

Analogous Colors of #56aaeb

#56aaeb #565feb #56ebe2

Monochromatic Colors of #56aaeb

#56aaeb

Complementary Color

#56aaeb #eb9756

#56aaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56aaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#56aaeb Color CSS Codes

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

#56aaeb Text Font Color

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

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


#56aaeb Background Color

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

This div background color is #56aaeb


#56aaeb Border Color

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

This div border color is #56aaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56aaeb


Comments

No comments written yet.

Please login to write comment.