Color Hex Logo

#56acea Color Hex

#56ACEA
(86,172,234)
0 Favorites   0 Comments

Color spaces of #56acea

RGB 86172234
HSL0.570.780.63
HSV205°63°92°
CMYK 0.630.260.00   0.08
XYZ33.441637.424083.3029
Yxy37.42400.21690.2427
Hunter Lab61.1752-9.4789-37.9132
CIE-Lab67.5939-7.3364-38.7934

#56acea color RGB value is (86,172,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10101100 11101010
Octal 126 254 352
Decimal 86 172 234
Hex 56 AC EA

RGB Percentages of Color #56acea

%17.48
%34.96
%47.56

CMYK Percentages of Color #56acea

%63
%26
%0
%8

Triadic Colors of #56acea

#56acea #ea56ac #acea56

Analogous Colors of #56acea

#56acea #5662ea #56eade

Monochromatic Colors of #56acea

#56acea

Complementary Color

#56acea #ea9456

#56acea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56acea Color Preview on White Background

Lorem ipsum dolor sit amet.

#56acea Color CSS Codes

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

#56acea Text Font Color

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

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


#56acea Background Color

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

This div background color is #56acea


#56acea Border Color

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

This div border color is #56acea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56acea


Comments

No comments written yet.

Please login to write comment.