Color Hex Logo

#57bfc1 Color Hex

#57BFC1
(87,191,193)
0 Favorites   0 Comments

Color spaces of #57bfc1

RGB 87191193
HSL0.500.460.55
HSV181°55°76°
CMYK 0.550.010.00   0.24
XYZ32.186943.138157.0821
Yxy43.13810.24310.3258
Hunter Lab65.6796-27.4637-5.5532
CIE-Lab71.6486-29.2844-10.1479

#57bfc1 color RGB value is (87,191,193).

#57bfc1 hex color red value is 87, green value is 191 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #57bfc1 hue: 0.50 , saturation: 0.46 and the lightness value of 57bfc1 is 0.55.

The process color (four color CMYK) of #57bfc1 color hex is 0.55, 0.01, 0.00, 0.24. Web safe color of #57bfc1 is #66cccc. Color #57bfc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10111111 11000001
Octal 127 277 301
Decimal 87 191 193
Hex 57 BF C1

RGB Percentages of Color #57bfc1

%18.47
%40.55
%40.98

CMYK Percentages of Color #57bfc1

%55
%1
%0
%24

Triadic Colors of #57bfc1

#57bfc1 #c157bf #bfc157

Analogous Colors of #57bfc1

#57bfc1 #578ac1 #57c18e

Monochromatic Colors of #57bfc1

#57bfc1

Complementary Color

#57bfc1 #c15957

#57bfc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57bfc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#57bfc1 Color CSS Codes

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

#57bfc1 Text Font Color

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

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


#57bfc1 Background Color

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

This div background color is #57bfc1


#57bfc1 Border Color

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

This div border color is #57bfc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57bfc1


Comments

No comments written yet.

Please login to write comment.