Color Hex Logo

#57bfcf Color Hex

#57BFCF
(87,191,207)
0 Favorites   0 Comments

Color spaces of #57bfcf

RGB 87191207
HSL0.520.560.58
HSV188°58°81°
CMYK 0.580.080.00   0.19
XYZ33.823843.792865.7016
Yxy43.79280.23600.3056
Hunter Lab66.1761-24.5737-12.5416
CIE-Lab72.0898-25.3755-17.1270

#57bfcf color RGB value is (87,191,207).

#57bfcf hex color red value is 87, green value is 191 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #57bfcf hue: 0.52 , saturation: 0.56 and the lightness value of 57bfcf is 0.58.

The process color (four color CMYK) of #57bfcf color hex is 0.58, 0.08, 0.00, 0.19. Web safe color of #57bfcf is #66cccc. Color #57bfcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10111111 11001111
Octal 127 277 317
Decimal 87 191 207
Hex 57 BF CF

RGB Percentages of Color #57bfcf

%17.94
%39.38
%42.68

CMYK Percentages of Color #57bfcf

%58
%8
%0
%19

Triadic Colors of #57bfcf

#57bfcf #cf57bf #bfcf57

Analogous Colors of #57bfcf

#57bfcf #5783cf #57cfa3

Monochromatic Colors of #57bfcf

#57bfcf

Complementary Color

#57bfcf #cf6757

#57bfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57bfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#57bfcf Color CSS Codes

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

#57bfcf Text Font Color

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

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


#57bfcf Background Color

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

This div background color is #57bfcf


#57bfcf Border Color

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

This div border color is #57bfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57bfcf


Comments

No comments written yet.

Please login to write comment.