Color Hex Logo

#56ceab Color Hex

#56CEAB
(86,206,171)
0 Favorites   0 Comments

Color spaces of #56ceab

RGB 86206171
HSL0.450.550.57
HSV163°58°81°
CMYK 0.580.000.17   0.19
XYZ33.259749.061346.2449
Yxy49.06130.25870.3816
Hunter Lab70.0438-37.81749.8857
CIE-Lab75.4894-42.01007.4039

#56ceab color RGB value is (86,206,171).

#56ceab hex color red value is 86, green value is 206 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #56ceab hue: 0.45 , saturation: 0.55 and the lightness value of 56ceab is 0.57.

The process color (four color CMYK) of #56ceab color hex is 0.58, 0.00, 0.17, 0.19. Web safe color of #56ceab is #66cc99. Color #56ceab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 11001110 10101011
Octal 126 316 253
Decimal 86 206 171
Hex 56 CE AB

RGB Percentages of Color #56ceab

%18.57
%44.49
%36.93

CMYK Percentages of Color #56ceab

%58
%0
%17
%19

Triadic Colors of #56ceab

#56ceab #ab56ce #ceab56

Analogous Colors of #56ceab

#56ceab #56b5ce #56ce6f

Monochromatic Colors of #56ceab

#56ceab

Complementary Color

#56ceab #ce5679

#56ceab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56ceab Color Preview on White Background

Lorem ipsum dolor sit amet.

#56ceab Color CSS Codes

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

#56ceab Text Font Color

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

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


#56ceab Background Color

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

This div background color is #56ceab


#56ceab Border Color

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

This div border color is #56ceab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56ceab


Comments

No comments written yet.

Please login to write comment.