Color Hex Logo

#57bcad Color Hex

#57BCAD
(87,188,173)
0 Favorites   0 Comments

Color spaces of #57bcad

RGB 87188173
HSL0.480.430.54
HSV171°54°74°
CMYK 0.540.000.08   0.26
XYZ29.456541.009845.8983
Yxy41.00980.25310.3524
Hunter Lab64.0389-29.96192.3326
CIE-Lab70.1828-33.1135-1.3690

#57bcad color RGB value is (87,188,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10111100 10101101
Octal 127 274 255
Decimal 87 188 173
Hex 57 BC AD

RGB Percentages of Color #57bcad

%19.42
%41.96
%38.62

CMYK Percentages of Color #57bcad

%54
%0
%8
%26

Triadic Colors of #57bcad

#57bcad #ad57bc #bcad57

Analogous Colors of #57bcad

#57bcad #5799bc #57bc7b

Monochromatic Colors of #57bcad

#57bcad

Complementary Color

#57bcad #bc5766

#57bcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57bcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#57bcad Color CSS Codes

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

#57bcad Text Font Color

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

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


#57bcad Background Color

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

This div background color is #57bcad


#57bcad Border Color

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

This div border color is #57bcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57bcad


Comments

No comments written yet.

Please login to write comment.