Color Hex Logo

#57cbba Color Hex

#57CBBA
(87,203,186)
0 Favorites   0 Comments

Color spaces of #57cbba

RGB 87203186
HSL0.480.530.57
HSV171°57°80°
CMYK 0.570.000.08   0.20
XYZ34.149348.283353.9741
Yxy48.28330.25030.3540
Hunter Lab69.4862-33.87622.5862
CIE-Lab75.0033-36.8006-1.3823

#57cbba color RGB value is (87,203,186).

#57cbba hex color red value is 87, green value is 203 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #57cbba hue: 0.48 , saturation: 0.53 and the lightness value of 57cbba is 0.57.

The process color (four color CMYK) of #57cbba color hex is 0.57, 0.00, 0.08, 0.20. Web safe color of #57cbba is #66cccc. Color #57cbba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 11001011 10111010
Octal 127 313 272
Decimal 87 203 186
Hex 57 CB BA

RGB Percentages of Color #57cbba

%18.28
%42.65
%39.08

CMYK Percentages of Color #57cbba

%57
%0
%8
%20

Triadic Colors of #57cbba

#57cbba #ba57cb #cbba57

Analogous Colors of #57cbba

#57cbba #57a2cb #57cb80

Monochromatic Colors of #57cbba

#57cbba

Complementary Color

#57cbba #cb5768

#57cbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57cbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#57cbba Color CSS Codes

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

#57cbba Text Font Color

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

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


#57cbba Background Color

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

This div background color is #57cbba


#57cbba Border Color

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

This div border color is #57cbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57cbba


Comments

No comments written yet.

Please login to write comment.