Color Hex Logo

#57ccca Color Hex

#57CCCA
(87,204,202)
0 Favorites   0 Comments

Color spaces of #57ccca

RGB 87204202
HSL0.500.530.57
HSV179°57°80°
CMYK 0.570.000.01   0.20
XYZ36.184049.476263.5199
Yxy49.47620.24260.3317
Hunter Lab70.3393-31.2697-4.3043
CIE-Lab75.7466-33.0808-8.9303

#57ccca color RGB value is (87,204,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11001100 11001010
Octal 127 314 312
Decimal 87 204 202
Hex 57 CC CA

RGB Percentages of Color #57ccca

%17.65
%41.38
%40.97

CMYK Percentages of Color #57ccca

%57
%0
%1
%20

Triadic Colors of #57ccca

#57ccca #ca57cc #ccca57

Analogous Colors of #57ccca

#57ccca #5794cc #57cc90

Monochromatic Colors of #57ccca

#57ccca

Complementary Color

#57ccca #cc5759

#57ccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57ccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#57ccca Color CSS Codes

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

#57ccca Text Font Color

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

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


#57ccca Background Color

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

This div background color is #57ccca


#57ccca Border Color

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

This div border color is #57ccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57ccca


Comments

No comments written yet.

Please login to write comment.