Color Hex Logo

#57fcdd Color Hex

#57FCDD
(87,252,221)
0 Favorites   0 Comments

Color spaces of #57fcdd

RGB 87252221
HSL0.470.960.66
HSV169°65°99°
CMYK 0.650.000.12   0.01
XYZ51.792076.867580.5138
Yxy76.86750.24760.3675
Hunter Lab87.6741-47.98386.9241
CIE-Lab90.2606-49.62702.3517

#57fcdd color RGB value is (87,252,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11111100 11011101
Octal 127 374 335
Decimal 87 252 221
Hex 57 FC DD

RGB Percentages of Color #57fcdd

%15.54
%45.00
%39.46

CMYK Percentages of Color #57fcdd

%65
%0
%12
%1

Triadic Colors of #57fcdd

#57fcdd #dd57fc #fcdd57

Analogous Colors of #57fcdd

#57fcdd #57c9fc #57fc8b

Monochromatic Colors of #57fcdd

#57fcdd

Complementary Color

#57fcdd #fc5776

#57fcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57fcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#57fcdd Color CSS Codes

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

#57fcdd Text Font Color

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

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


#57fcdd Background Color

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

This div background color is #57fcdd


#57fcdd Border Color

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

This div border color is #57fcdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,252,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 #57fcdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57fcdd


Comments

No comments written yet.

Please login to write comment.