Color Hex Logo

#57c6af Color Hex

#57C6AF
(87,198,175)
0 Favorites   0 Comments

Color spaces of #57c6af

RGB 87198175
HSL0.470.490.56
HSV168°56°78°
CMYK 0.560.000.12   0.22
XYZ31.862445.509547.6623
Yxy45.50950.25480.3640
Hunter Lab67.4607-33.74895.3330
CIE-Lab73.2261-37.25921.9811

#57c6af color RGB value is (87,198,175).

#57c6af hex color red value is 87, green value is 198 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #57c6af hue: 0.47 , saturation: 0.49 and the lightness value of 57c6af is 0.56.

The process color (four color CMYK) of #57c6af color hex is 0.56, 0.00, 0.12, 0.22. Web safe color of #57c6af is #66cc99. Color #57c6af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 11000110 10101111
Octal 127 306 257
Decimal 87 198 175
Hex 57 C6 AF

RGB Percentages of Color #57c6af

%18.91
%43.04
%38.04

CMYK Percentages of Color #57c6af

%56
%0
%12
%22

Triadic Colors of #57c6af

#57c6af #af57c6 #c6af57

Analogous Colors of #57c6af

#57c6af #57a6c6 #57c678

Monochromatic Colors of #57c6af

#57c6af

Complementary Color

#57c6af #c6576e

#57c6af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57c6af Color Preview on White Background

Lorem ipsum dolor sit amet.

#57c6af Color CSS Codes

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

#57c6af Text Font Color

<p style="color:#57c6af">Text here</p>

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


#57c6af Background Color

<div style="background-color:#57c6af">
Div content here</div>

This div background color is #57c6af


#57c6af Border Color

<div style="border:3px solid #57c6af">
Div here</div>

This div border color is #57c6af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,198,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57c6af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57c6af;
  -webkit-box-shadow: 1px 1px 3px 2px #57c6af;
  box-shadow:         1px 1px 3px 2px #57c6af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,198,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57c6af


Comments

No comments written yet.

Please login to write comment.