Color Hex Logo

#57dffc Color Hex

#57DFFC
(87,223,252)
0 Favorites   0 Comments

Color spaces of #57dffc

RGB 87223252
HSL0.530.960.66
HSV191°65°99°
CMYK 0.650.120.00   0.01
XYZ47.888861.8299101.5058
Yxy61.82990.22670.2927
Hunter Lab78.6320-28.8951-21.4949
CIE-Lab82.8229-28.0962-24.9928

#57dffc color RGB value is (87,223,252).

#57dffc hex color red value is 87, green value is 223 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #57dffc hue: 0.53 , saturation: 0.96 and the lightness value of 57dffc is 0.66.

The process color (four color CMYK) of #57dffc color hex is 0.65, 0.12, 0.00, 0.01. Web safe color of #57dffc is #66ccff. Color #57dffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 11011111 11111100
Octal 127 337 374
Decimal 87 223 252
Hex 57 DF FC

RGB Percentages of Color #57dffc

%15.48
%39.68
%44.84

CMYK Percentages of Color #57dffc

%65
%12
%0
%1

Triadic Colors of #57dffc

#57dffc #fc57df #dffc57

Analogous Colors of #57dffc

#57dffc #578dfc #57fcc7

Monochromatic Colors of #57dffc

#57dffc

Complementary Color

#57dffc #fc7457

#57dffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57dffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#57dffc Color CSS Codes

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

#57dffc Text Font Color

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

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


#57dffc Background Color

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

This div background color is #57dffc


#57dffc Border Color

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

This div border color is #57dffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57dffc

Related Colors


Comments

No comments written yet.

Please login to write comment.