Color Hex Logo

#56aebd Color Hex

#56AEBD
(86,174,189)
0 Favorites   0 Comments

Color spaces of #56aebd

RGB 86174189
HSL0.520.440.54
HSV189°54°74°
CMYK 0.540.080.00   0.26
XYZ28.159135.924753.5941
Yxy35.92470.23930.3053
Hunter Lab59.9372-21.0291-11.0593
CIE-Lab66.4623-22.1196-15.7357

#56aebd color RGB value is (86,174,189).

#56aebd hex color red value is 86, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #56aebd hue: 0.52 , saturation: 0.44 and the lightness value of 56aebd is 0.54.

The process color (four color CMYK) of #56aebd color hex is 0.54, 0.08, 0.00, 0.26. Web safe color of #56aebd is #6699cc. Color #56aebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10101110 10111101
Octal 126 256 275
Decimal 86 174 189
Hex 56 AE BD

RGB Percentages of Color #56aebd

%19.15
%38.75
%42.09

CMYK Percentages of Color #56aebd

%54
%8
%0
%26

Triadic Colors of #56aebd

#56aebd #bd56ae #aebd56

Analogous Colors of #56aebd

#56aebd #567bbd #56bd99

Monochromatic Colors of #56aebd

#56aebd

Complementary Color

#56aebd #bd6556

#56aebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56aebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#56aebd Color CSS Codes

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

#56aebd Text Font Color

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

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


#56aebd Background Color

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

This div background color is #56aebd


#56aebd Border Color

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

This div border color is #56aebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56aebd


Comments

No comments written yet.

Please login to write comment.