Color Hex Logo

#57cabd Color Hex

#57CABD
(87,202,189)
0 Favorites   0 Comments

Color spaces of #57cabd

RGB 87202189
HSL0.480.520.57
HSV173°57°79°
CMYK 0.570.000.06   0.21
XYZ34.236347.941455.5933
Yxy47.94140.24850.3480
Hunter Lab69.2397-32.90840.8633
CIE-Lab74.7880-35.5709-3.3208

#57cabd color RGB value is (87,202,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11001010 10111101
Octal 127 312 275
Decimal 87 202 189
Hex 57 CA BD

RGB Percentages of Color #57cabd

%18.20
%42.26
%39.54

CMYK Percentages of Color #57cabd

%57
%0
%6
%21

Triadic Colors of #57cabd

#57cabd #bd57ca #cabd57

Analogous Colors of #57cabd

#57cabd #579eca #57ca84

Monochromatic Colors of #57cabd

#57cabd

Complementary Color

#57cabd #ca5764

#57cabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57cabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#57cabd Color CSS Codes

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

#57cabd Text Font Color

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

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


#57cabd Background Color

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

This div background color is #57cabd


#57cabd Border Color

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

This div border color is #57cabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57cabd


Comments

No comments written yet.

Please login to write comment.