Color Hex Logo

#57cacb Color Hex

#57CACB
(87,202,203)
0 Favorites   0 Comments

Color spaces of #57cacb

RGB 87202203
HSL0.500.530.57
HSV181°57°80°
CMYK 0.570.000.00   0.20
XYZ35.830548.579163.9881
Yxy48.57910.24140.3274
Hunter Lab69.6987-30.2100-5.6431
CIE-Lab75.1887-31.8600-10.3018

#57cacb color RGB value is (87,202,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11001010 11001011
Octal 127 312 313
Decimal 87 202 203
Hex 57 CA CB

RGB Percentages of Color #57cacb

%17.68
%41.06
%41.26

CMYK Percentages of Color #57cacb

%57
%0
%0
%20

Triadic Colors of #57cacb

#57cacb #cb57ca #cacb57

Analogous Colors of #57cacb

#57cacb #5790cb #57cb92

Monochromatic Colors of #57cacb

#57cacb

Complementary Color

#57cacb #cb5857

#57cacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57cacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#57cacb Color CSS Codes

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

#57cacb Text Font Color

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

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


#57cacb Background Color

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

This div background color is #57cacb


#57cacb Border Color

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

This div border color is #57cacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57cacb


Comments

No comments written yet.

Please login to write comment.