Color Hex Logo

#57cccf Color Hex

#57CCCF
(87,204,207)
0 Favorites   0 Comments

Color spaces of #57cccf

RGB 87204207
HSL0.500.560.58
HSV182°58°81°
CMYK 0.580.010.00   0.19
XYZ36.785849.717066.6890
Yxy49.71700.24010.3245
Hunter Lab70.5103-30.2681-6.7196
CIE-Lab75.8952-31.7234-11.4083

#57cccf color RGB value is (87,204,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11001100 11001111
Octal 127 314 317
Decimal 87 204 207
Hex 57 CC CF

RGB Percentages of Color #57cccf

%17.47
%40.96
%41.57

CMYK Percentages of Color #57cccf

%58
%1
%0
%19

Triadic Colors of #57cccf

#57cccf #cf57cc #cccf57

Analogous Colors of #57cccf

#57cccf #5790cf #57cf96

Monochromatic Colors of #57cccf

#57cccf

Complementary Color

#57cccf #cf5a57

#57cccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57cccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#57cccf Color CSS Codes

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

#57cccf Text Font Color

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

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


#57cccf Background Color

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

This div background color is #57cccf


#57cccf Border Color

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

This div border color is #57cccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57cccf


Comments

No comments written yet.

Please login to write comment.