Color Hex Logo

#57dceb Color Hex

#57DCEB
(87,220,235)
0 Favorites   0 Comments

Color spaces of #57dceb

RGB 87220235
HSL0.520.790.63
HSV186°63°92°
CMYK 0.630.060.00   0.08
XYZ44.519159.210887.6797
Yxy59.21080.23260.3093
Hunter Lab76.9486-31.3876-13.6945
CIE-Lab81.4073-31.5545-18.1263

#57dceb color RGB value is (87,220,235).

#57dceb hex color red value is 87, green value is 220 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #57dceb hue: 0.52 , saturation: 0.79 and the lightness value of 57dceb is 0.63.

The process color (four color CMYK) of #57dceb color hex is 0.63, 0.06, 0.00, 0.08. Web safe color of #57dceb is #66ccff. Color #57dceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 11011100 11101011
Octal 127 334 353
Decimal 87 220 235
Hex 57 DC EB

RGB Percentages of Color #57dceb

%16.05
%40.59
%43.36

CMYK Percentages of Color #57dceb

%63
%6
%0
%8

Triadic Colors of #57dceb

#57dceb #eb57dc #dceb57

Analogous Colors of #57dceb

#57dceb #5792eb #57ebb0

Monochromatic Colors of #57dceb

#57dceb

Complementary Color

#57dceb #eb6657

#57dceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57dceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#57dceb Color CSS Codes

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

#57dceb Text Font Color

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

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


#57dceb Background Color

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

This div background color is #57dceb


#57dceb Border Color

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

This div border color is #57dceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57dceb


Comments

No comments written yet.

Please login to write comment.