Color Hex Logo

#57beab Color Hex

#57BEAB
(87,190,171)
0 Favorites   0 Comments

Color spaces of #57beab

RGB 87190171
HSL0.470.440.54
HSV169°54°75°
CMYK 0.540.000.10   0.25
XYZ29.694641.793445.0299
Yxy41.79340.25490.3587
Hunter Lab64.6478-31.14353.9555
CIE-Lab70.7282-34.55530.5232

#57beab color RGB value is (87,190,171).

#57beab hex color red value is 87, green value is 190 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #57beab hue: 0.47 , saturation: 0.44 and the lightness value of 57beab is 0.54.

The process color (four color CMYK) of #57beab color hex is 0.54, 0.00, 0.10, 0.25. Web safe color of #57beab is #66cc99. Color #57beab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10111110 10101011
Octal 127 276 253
Decimal 87 190 171
Hex 57 BE AB

RGB Percentages of Color #57beab

%19.42
%42.41
%38.17

CMYK Percentages of Color #57beab

%54
%0
%10
%25

Triadic Colors of #57beab

#57beab #ab57be #beab57

Analogous Colors of #57beab

#57beab #579ebe #57be78

Monochromatic Colors of #57beab

#57beab

Complementary Color

#57beab #be576a

#57beab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57beab Color Preview on White Background

Lorem ipsum dolor sit amet.

#57beab Color CSS Codes

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

#57beab Text Font Color

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

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


#57beab Background Color

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

This div background color is #57beab


#57beab Border Color

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

This div border color is #57beab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,190,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 #57beab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57beab


Comments

No comments written yet.

Please login to write comment.