Color Hex Logo

#57caaf Color Hex

#57CAAF
(87,202,175)
0 Favorites   0 Comments

Color spaces of #57caaf

RGB 87202175
HSL0.460.520.57
HSV166°57°79°
CMYK 0.570.000.13   0.21
XYZ32.788947.362447.9712
Yxy47.36240.25590.3697
Hunter Lab68.8203-35.39076.8462
CIE-Lab74.4210-39.07493.7138

#57caaf color RGB value is (87,202,175).

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

The process color (four color CMYK) of #57caaf color hex is 0.57, 0.00, 0.13, 0.21. Web safe color of #57caaf is #66cc99. Color #57caaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 11001010 10101111
Octal 127 312 257
Decimal 87 202 175
Hex 57 CA AF

RGB Percentages of Color #57caaf

%18.75
%43.53
%37.72

CMYK Percentages of Color #57caaf

%57
%0
%13
%21

Triadic Colors of #57caaf

#57caaf #af57ca #caaf57

Analogous Colors of #57caaf

#57caaf #57acca #57ca76

Monochromatic Colors of #57caaf

#57caaf

Complementary Color

#57caaf #ca5772

#57caaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57caaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#57caaf Color CSS Codes

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

#57caaf Text Font Color

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

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


#57caaf Background Color

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

This div background color is #57caaf


#57caaf Border Color

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

This div border color is #57caaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57caaf


Comments

No comments written yet.

Please login to write comment.