Color Hex Logo

#56aeee Color Hex

#56AEEE
(86,174,238)
0 Favorites   0 Comments

Color spaces of #56aeee

RGB 86174238
HSL0.570.820.64
HSV205°64°93°
CMYK 0.640.270.00   0.07
XYZ34.406438.423686.4920
Yxy38.42360.21600.2412
Hunter Lab61.9868-9.3986-39.3384
CIE-Lab68.3317-7.1539-39.8266

#56aeee color RGB value is (86,174,238).

#56aeee hex color red value is 86, green value is 174 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #56aeee hue: 0.57 , saturation: 0.82 and the lightness value of 56aeee is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10101110 11101110
Octal 126 256 356
Decimal 86 174 238
Hex 56 AE EE

RGB Percentages of Color #56aeee

%17.27
%34.94
%47.79

CMYK Percentages of Color #56aeee

%64
%27
%0
%7

Triadic Colors of #56aeee

#56aeee #ee56ae #aeee56

Analogous Colors of #56aeee

#56aeee #5662ee #56eee2

Monochromatic Colors of #56aeee

#56aeee

Complementary Color

#56aeee #ee9656

#56aeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56aeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#56aeee Color CSS Codes

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

#56aeee Text Font Color

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

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


#56aeee Background Color

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

This div background color is #56aeee


#56aeee Border Color

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

This div border color is #56aeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56aeee


Comments

No comments written yet.

Please login to write comment.