Color Hex Logo

#57fcdc Color Hex

#57FCDC
(87,252,220)
0 Favorites   0 Comments

Color spaces of #57fcdc

RGB 87252220
HSL0.470.960.66
HSV168°65°99°
CMYK 0.650.000.13   0.01
XYZ51.659276.814479.8141
Yxy76.81440.24800.3688
Hunter Lab87.6438-48.16497.3574
CIE-Lab90.2361-49.87082.8350

#57fcdc color RGB value is (87,252,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11111100 11011100
Octal 127 374 334
Decimal 87 252 220
Hex 57 FC DC

RGB Percentages of Color #57fcdc

%15.56
%45.08
%39.36

CMYK Percentages of Color #57fcdc

%65
%0
%13
%1

Triadic Colors of #57fcdc

#57fcdc #dc57fc #fcdc57

Analogous Colors of #57fcdc

#57fcdc #57cafc #57fc8a

Monochromatic Colors of #57fcdc

#57fcdc

Complementary Color

#57fcdc #fc5777

#57fcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57fcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#57fcdc Color CSS Codes

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

#57fcdc Text Font Color

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

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


#57fcdc Background Color

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

This div background color is #57fcdc


#57fcdc Border Color

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

This div border color is #57fcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57fcdc

Related Colors


Comments

No comments written yet.

Please login to write comment.