Color Hex Logo

#57bea1 Color Hex

#57BEA1
(87,190,161)
0 Favorites   0 Comments

Color spaces of #57bea1

RGB 87190161
HSL0.450.440.54
HSV163°54°75°
CMYK 0.540.000.15   0.25
XYZ28.777041.426440.1976
Yxy41.42640.26070.3752
Hunter Lab64.3633-32.82818.0253
CIE-Lab70.4736-36.98925.6173

#57bea1 color RGB value is (87,190,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10111110 10100001
Octal 127 276 241
Decimal 87 190 161
Hex 57 BE A1

RGB Percentages of Color #57bea1

%19.86
%43.38
%36.76

CMYK Percentages of Color #57bea1

%54
%0
%15
%25

Triadic Colors of #57bea1

#57bea1 #a157be #bea157

Analogous Colors of #57bea1

#57bea1 #57a8be #57be6e

Monochromatic Colors of #57bea1

#57bea1

Complementary Color

#57bea1 #be5774

#57bea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57bea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#57bea1 Color CSS Codes

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

#57bea1 Text Font Color

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

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


#57bea1 Background Color

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

This div background color is #57bea1


#57bea1 Border Color

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

This div border color is #57bea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57bea1


Comments

No comments written yet.

Please login to write comment.