Color Hex Logo

#57cadd Color Hex

#57CADD
(87,202,221)
0 Favorites   0 Comments

Color spaces of #57cadd

RGB 87202221
HSL0.520.660.60
HSV189°61°87°
CMYK 0.610.090.00   0.13
XYZ38.102249.487875.9505
Yxy49.48780.23300.3026
Hunter Lab70.3476-26.4277-14.7689
CIE-Lab75.7538-26.8182-19.1765

#57cadd color RGB value is (87,202,221).

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

The process color (four color CMYK) of #57cadd color hex is 0.61, 0.09, 0.00, 0.13. Web safe color of #57cadd is #66cccc. Color #57cadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 11001010 11011101
Octal 127 312 335
Decimal 87 202 221
Hex 57 CA DD

RGB Percentages of Color #57cadd

%17.06
%39.61
%43.33

CMYK Percentages of Color #57cadd

%61
%9
%0
%13

Triadic Colors of #57cadd

#57cadd #dd57ca #cadd57

Analogous Colors of #57cadd

#57cadd #5787dd #57ddad

Monochromatic Colors of #57cadd

#57cadd

Complementary Color

#57cadd #dd6a57

#57cadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57cadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#57cadd Color CSS Codes

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

#57cadd Text Font Color

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

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


#57cadd Background Color

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

This div background color is #57cadd


#57cadd Border Color

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

This div border color is #57cadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57cadd


Comments

No comments written yet.

Please login to write comment.