Color Hex Logo

#56faad Color Hex

#56FAAD
(86,250,173)
0 Favorites   0 Comments

Color spaces of #56faad

RGB 86250173
HSL0.420.940.66
HSV152°66°98°
CMYK 0.660.000.31   0.02
XYZ45.566273.366851.2948
Yxy73.36680.26770.4310
Hunter Lab85.6544-54.937324.4518
CIE-Lab88.6224-59.633024.7625

#56faad color RGB value is (86,250,173).

#56faad hex color red value is 86, green value is 250 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #56faad hue: 0.42 , saturation: 0.94 and the lightness value of 56faad is 0.66.

The process color (four color CMYK) of #56faad color hex is 0.66, 0.00, 0.31, 0.02. Web safe color of #56faad is #66ff99. Color #56faad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 11111010 10101101
Octal 126 372 255
Decimal 86 250 173
Hex 56 FA AD

RGB Percentages of Color #56faad

%16.90
%49.12
%33.99

CMYK Percentages of Color #56faad

%66
%0
%31
%2

Triadic Colors of #56faad

#56faad #ad56fa #faad56

Analogous Colors of #56faad

#56faad #56f5fa #56fa5b

Monochromatic Colors of #56faad

#56faad

Complementary Color

#56faad #fa56a3

#56faad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56faad Color Preview on White Background

Lorem ipsum dolor sit amet.

#56faad Color CSS Codes

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

#56faad Text Font Color

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

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


#56faad Background Color

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

This div background color is #56faad


#56faad Border Color

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

This div border color is #56faad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56faad

Related Colors


Comments

No comments written yet.

Please login to write comment.