Color Hex Logo

#56b3ac Color Hex

#56B3AC
(86,179,172)
0 Favorites   0 Comments

Color spaces of #56b3ac

RGB 86179172
HSL0.490.380.52
HSV175°52°70°
CMYK 0.520.000.04   0.30
XYZ27.404237.197244.7651
Yxy37.19720.25060.3401
Hunter Lab60.9895-26.5269-0.8250
CIE-Lab67.4247-29.2733-4.8799

#56b3ac color RGB value is (86,179,172).

#56b3ac hex color red value is 86, green value is 179 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #56b3ac hue: 0.49 , saturation: 0.38 and the lightness value of 56b3ac is 0.52.

The process color (four color CMYK) of #56b3ac color hex is 0.52, 0.00, 0.04, 0.30. Web safe color of #56b3ac is #66cc99. Color #56b3ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10110011 10101100
Octal 126 263 254
Decimal 86 179 172
Hex 56 B3 AC

RGB Percentages of Color #56b3ac

%19.68
%40.96
%39.36

CMYK Percentages of Color #56b3ac

%52
%0
%4
%30

Triadic Colors of #56b3ac

#56b3ac #ac56b3 #b3ac56

Analogous Colors of #56b3ac

#56b3ac #568cb3 #56b37e

Monochromatic Colors of #56b3ac

#56b3ac

Complementary Color

#56b3ac #b3565d

#56b3ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56b3ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#56b3ac Color CSS Codes

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

#56b3ac Text Font Color

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

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


#56b3ac Background Color

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

This div background color is #56b3ac


#56b3ac Border Color

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

This div border color is #56b3ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56b3ac


Comments

No comments written yet.

Please login to write comment.