Color Hex Logo

#56aaea Color Hex

#56AAEA
(86,170,234)
0 Favorites   0 Comments

Color spaces of #56aaea

RGB 86170234
HSL0.570.780.63
HSV206°63°92°
CMYK 0.630.270.00   0.08
XYZ33.063836.668483.1770
Yxy36.66840.21620.2398
Hunter Lab60.5544-8.5061-39.0521
CIE-Lab67.0275-6.2292-39.6778

#56aaea color RGB value is (86,170,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10101010 11101010
Octal 126 252 352
Decimal 86 170 234
Hex 56 AA EA

RGB Percentages of Color #56aaea

%17.55
%34.69
%47.76

CMYK Percentages of Color #56aaea

%63
%27
%0
%8

Triadic Colors of #56aaea

#56aaea #ea56aa #aaea56

Analogous Colors of #56aaea

#56aaea #5660ea #56eae0

Monochromatic Colors of #56aaea

#56aaea

Complementary Color

#56aaea #ea9656

#56aaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56aaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#56aaea Color CSS Codes

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

#56aaea Text Font Color

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

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


#56aaea Background Color

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

This div background color is #56aaea


#56aaea Border Color

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

This div border color is #56aaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56aaea


Comments

No comments written yet.

Please login to write comment.