Color Hex Logo

#57c3cb Color Hex

#57C3CB
(87,195,203)
0 Favorites   0 Comments

Color spaces of #57c3cb

RGB 87195203
HSL0.510.530.57
HSV184°57°80°
CMYK 0.570.040.00   0.20
XYZ34.225145.368263.4530
Yxy45.36820.23930.3172
Hunter Lab67.3559-27.1729-8.7053
CIE-Lab73.1337-28.4792-13.3767

#57c3cb color RGB value is (87,195,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11000011 11001011
Octal 127 303 313
Decimal 87 195 203
Hex 57 C3 CB

RGB Percentages of Color #57c3cb

%17.94
%40.21
%41.86

CMYK Percentages of Color #57c3cb

%57
%4
%0
%20

Triadic Colors of #57c3cb

#57c3cb #cb57c3 #c3cb57

Analogous Colors of #57c3cb

#57c3cb #5789cb #57cb99

Monochromatic Colors of #57c3cb

#57c3cb

Complementary Color

#57c3cb #cb5f57

#57c3cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57c3cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#57c3cb Color CSS Codes

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

#57c3cb Text Font Color

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

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


#57c3cb Background Color

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

This div background color is #57c3cb


#57c3cb Border Color

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

This div border color is #57c3cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57c3cb


Comments

No comments written yet.

Please login to write comment.