Color Hex Logo

#56aeef Color Hex

#56AEEF
(86,174,239)
0 Favorites   0 Comments

Color spaces of #56aeef

RGB 86174239
HSL0.570.830.64
HSV205°64°94°
CMYK 0.640.270.00   0.06
XYZ34.553838.482587.2680
Yxy38.48250.21560.2401
Hunter Lab62.0343-9.1334-39.9835
CIE-Lab68.3747-6.8314-40.3046

#56aeef color RGB value is (86,174,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10101110 11101111
Octal 126 256 357
Decimal 86 174 239
Hex 56 AE EF

RGB Percentages of Color #56aeef

%17.23
%34.87
%47.90

CMYK Percentages of Color #56aeef

%64
%27
%0
%6

Triadic Colors of #56aeef

#56aeef #ef56ae #aeef56

Analogous Colors of #56aeef

#56aeef #5661ef #56efe4

Monochromatic Colors of #56aeef

#56aeef

Complementary Color

#56aeef #ef9756

#56aeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56aeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#56aeef Color CSS Codes

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

#56aeef Text Font Color

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

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


#56aeef Background Color

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

This div background color is #56aeef


#56aeef Border Color

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

This div border color is #56aeef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,174,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 #56aeef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56aeef


Comments

No comments written yet.

Please login to write comment.