Color Hex Logo

#57beaf Color Hex

#57BEAF
(87,190,175)
0 Favorites   0 Comments

Color spaces of #57beaf

RGB 87190175
HSL0.480.440.54
HSV171°54°75°
CMYK 0.540.000.08   0.25
XYZ30.081841.948347.0688
Yxy41.94830.25260.3522
Hunter Lab64.7675-30.43732.2492
CIE-Lab70.8353-33.5483-1.5081

#57beaf color RGB value is (87,190,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10111110 10101111
Octal 127 276 257
Decimal 87 190 175
Hex 57 BE AF

RGB Percentages of Color #57beaf

%19.25
%42.04
%38.72

CMYK Percentages of Color #57beaf

%54
%0
%8
%25

Triadic Colors of #57beaf

#57beaf #af57be #beaf57

Analogous Colors of #57beaf

#57beaf #579abe #57be7c

Monochromatic Colors of #57beaf

#57beaf

Complementary Color

#57beaf #be5766

#57beaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57beaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#57beaf Color CSS Codes

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

#57beaf Text Font Color

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

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


#57beaf Background Color

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

This div background color is #57beaf


#57beaf Border Color

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

This div border color is #57beaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57beaf


Comments

No comments written yet.

Please login to write comment.