Color Hex Logo

#57cbbf Color Hex

#57CBBF
(87,203,191)
0 Favorites   0 Comments

Color spaces of #57cbbf

RGB 87203191
HSL0.480.530.57
HSV174°57°80°
CMYK 0.570.000.06   0.20
XYZ34.690448.499756.8232
Yxy48.49970.24780.3464
Hunter Lab69.6417-32.95740.3724
CIE-Lab75.1390-35.5181-3.8858

#57cbbf color RGB value is (87,203,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11001011 10111111
Octal 127 313 277
Decimal 87 203 191
Hex 57 CB BF

RGB Percentages of Color #57cbbf

%18.09
%42.20
%39.71

CMYK Percentages of Color #57cbbf

%57
%0
%6
%20

Triadic Colors of #57cbbf

#57cbbf #bf57cb #cbbf57

Analogous Colors of #57cbbf

#57cbbf #579dcb #57cb85

Monochromatic Colors of #57cbbf

#57cbbf

Complementary Color

#57cbbf #cb5763

#57cbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57cbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#57cbbf Color CSS Codes

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

#57cbbf Text Font Color

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

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


#57cbbf Background Color

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

This div background color is #57cbbf


#57cbbf Border Color

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

This div border color is #57cbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57cbbf


Comments

No comments written yet.

Please login to write comment.