Color Hex Logo

#57cfde Color Hex

#57CFDE
(87,207,222)
0 Favorites   0 Comments

Color spaces of #57cfde

RGB 87207222
HSL0.520.670.61
HSV187°61°87°
CMYK 0.610.070.00   0.13
XYZ39.428151.925877.0518
Yxy51.92580.23410.3083
Hunter Lab72.0596-28.4362-12.9559
CIE-Lab77.2364-28.9812-17.4734

#57cfde color RGB value is (87,207,222).

#57cfde hex color red value is 87, green value is 207 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #57cfde hue: 0.52 , saturation: 0.67 and the lightness value of 57cfde is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11001111 11011110
Octal 127 317 336
Decimal 87 207 222
Hex 57 CF DE

RGB Percentages of Color #57cfde

%16.86
%40.12
%43.02

CMYK Percentages of Color #57cfde

%61
%7
%0
%13

Triadic Colors of #57cfde

#57cfde #de57cf #cfde57

Analogous Colors of #57cfde

#57cfde #578cde #57deaa

Monochromatic Colors of #57cfde

#57cfde

Complementary Color

#57cfde #de6657

#57cfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57cfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#57cfde Color CSS Codes

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

#57cfde Text Font Color

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

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


#57cfde Background Color

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

This div background color is #57cfde


#57cfde Border Color

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

This div border color is #57cfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57cfde


Comments

No comments written yet.

Please login to write comment.