Color Hex Logo

#57cfcc Color Hex

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

Color spaces of #57cfcc

RGB 87207204
HSL0.500.560.58
HSV179°58°81°
CMYK 0.580.000.01   0.19
XYZ37.142451.011565.0153
Yxy51.01150.24250.3330
Hunter Lab71.4223-32.1621-3.9757
CIE-Lab76.6860-33.9582-8.6120

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

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

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

Base Numbers

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

RGB Percentages of Color #57cfcc

%17.47
%41.57
%40.96

CMYK Percentages of Color #57cfcc

%58
%0
%1
%19

Triadic Colors of #57cfcc

#57cfcc #cc57cf #cfcc57

Analogous Colors of #57cfcc

#57cfcc #5796cf #57cf90

Monochromatic Colors of #57cfcc

#57cfcc

Complementary Color

#57cfcc #cf575a

#57cfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57cfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#57cfcc Color CSS Codes

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

#57cfcc Text Font Color

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

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


#57cfcc Background Color

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

This div background color is #57cfcc


#57cfcc Border Color

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

This div border color is #57cfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57cfcc


Comments

No comments written yet.

Please login to write comment.