Color Hex Logo

#57fccf Color Hex

#57FCCF
(87,252,207)
0 Favorites   0 Comments

Color spaces of #57fccf

RGB 87252207
HSL0.450.960.66
HSV164°65°99°
CMYK 0.650.000.18   0.01
XYZ50.003476.152071.0948
Yxy76.15200.25350.3861
Hunter Lab87.2651-50.432412.7821
CIE-Lab89.9299-52.95789.1285

#57fccf color RGB value is (87,252,207).

#57fccf hex color red value is 87, green value is 252 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #57fccf hue: 0.45 , saturation: 0.96 and the lightness value of 57fccf is 0.66.

The process color (four color CMYK) of #57fccf color hex is 0.65, 0.00, 0.18, 0.01. Web safe color of #57fccf is #66ffcc. Color #57fccf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 11111100 11001111
Octal 127 374 317
Decimal 87 252 207
Hex 57 FC CF

RGB Percentages of Color #57fccf

%15.93
%46.15
%37.91

CMYK Percentages of Color #57fccf

%65
%0
%18
%1

Triadic Colors of #57fccf

#57fccf #cf57fc #fccf57

Analogous Colors of #57fccf

#57fccf #57d7fc #57fc7d

Monochromatic Colors of #57fccf

#57fccf

Complementary Color

#57fccf #fc5784

#57fccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57fccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#57fccf Color CSS Codes

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

#57fccf Text Font Color

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

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


#57fccf Background Color

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

This div background color is #57fccf


#57fccf Border Color

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

This div border color is #57fccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57fccf


Comments

No comments written yet.

Please login to write comment.