Color Hex Logo

#56ebad Color Hex

#56EBAD
(86,235,173)
0 Favorites   0 Comments

Color spaces of #56ebad

RGB 86235173
HSL0.430.790.63
HSV155°63°92°
CMYK 0.630.000.26   0.08
XYZ41.088964.412249.8024
Yxy64.41220.26460.4148
Hunter Lab80.2572-49.064319.3885
CIE-Lab84.1799-53.746018.6273

#56ebad color RGB value is (86,235,173).

#56ebad hex color red value is 86, green value is 235 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #56ebad hue: 0.43 , saturation: 0.79 and the lightness value of 56ebad is 0.63.

The process color (four color CMYK) of #56ebad color hex is 0.63, 0.00, 0.26, 0.08. Web safe color of #56ebad is #66ff99. Color #56ebad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 11101011 10101101
Octal 126 353 255
Decimal 86 235 173
Hex 56 EB AD

RGB Percentages of Color #56ebad

%17.41
%47.57
%35.02

CMYK Percentages of Color #56ebad

%63
%0
%26
%8

Triadic Colors of #56ebad

#56ebad #ad56eb #ebad56

Analogous Colors of #56ebad

#56ebad #56dfeb #56eb63

Monochromatic Colors of #56ebad

#56ebad

Complementary Color

#56ebad #eb5694

#56ebad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56ebad Color Preview on White Background

Lorem ipsum dolor sit amet.

#56ebad Color CSS Codes

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

#56ebad Text Font Color

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

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


#56ebad Background Color

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

This div background color is #56ebad


#56ebad Border Color

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

This div border color is #56ebad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56ebad


Comments

No comments written yet.

Please login to write comment.