Color Hex Logo

#56aaef Color Hex

#56AAEF
(86,170,239)
0 Favorites   0 Comments

Color spaces of #56aaef

RGB 86170239
HSL0.580.830.64
HSV207°64°94°
CMYK 0.640.290.00   0.06
XYZ33.792536.959987.0143
Yxy36.95990.21420.2343
Hunter Lab60.7947-7.1720-42.3045
CIE-Lab67.2469-4.6104-42.0689

#56aaef color RGB value is (86,170,239).

#56aaef hex color red value is 86, green value is 170 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #56aaef hue: 0.58 , saturation: 0.83 and the lightness value of 56aaef is 0.64.

The process color (four color CMYK) of #56aaef color hex is 0.64, 0.29, 0.00, 0.06. Web safe color of #56aaef is #6699ff. Color #56aaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10101010 11101111
Octal 126 252 357
Decimal 86 170 239
Hex 56 AA EF

RGB Percentages of Color #56aaef

%17.37
%34.34
%48.28

CMYK Percentages of Color #56aaef

%64
%29
%0
%6

Triadic Colors of #56aaef

#56aaef #ef56aa #aaef56

Analogous Colors of #56aaef

#56aaef #565def #56efe8

Monochromatic Colors of #56aaef

#56aaef

Complementary Color

#56aaef #ef9b56

#56aaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56aaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#56aaef Color CSS Codes

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

#56aaef Text Font Color

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

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


#56aaef Background Color

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

This div background color is #56aaef


#56aaef Border Color

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

This div border color is #56aaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56aaef


Comments

No comments written yet.

Please login to write comment.