Color Hex Logo

#57cedb Color Hex

#57CEDB
(87,206,219)
0 Favorites   0 Comments

Color spaces of #57cedb

RGB 87206219
HSL0.520.650.60
HSV186°60°86°
CMYK 0.600.060.00   0.14
XYZ38.788051.283374.8722
Yxy51.28330.23520.3109
Hunter Lab71.6124-28.6392-11.8603
CIE-Lab76.8503-29.3457-16.4426

#57cedb color RGB value is (87,206,219).

#57cedb hex color red value is 87, green value is 206 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #57cedb hue: 0.52 , saturation: 0.65 and the lightness value of 57cedb is 0.60.

The process color (four color CMYK) of #57cedb color hex is 0.60, 0.06, 0.00, 0.14. Web safe color of #57cedb is #66cccc. Color #57cedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 11001110 11011011
Octal 127 316 333
Decimal 87 206 219
Hex 57 CE DB

RGB Percentages of Color #57cedb

%16.99
%40.23
%42.77

CMYK Percentages of Color #57cedb

%60
%6
%0
%14

Triadic Colors of #57cedb

#57cedb #db57ce #cedb57

Analogous Colors of #57cedb

#57cedb #578cdb #57dba6

Monochromatic Colors of #57cedb

#57cedb

Complementary Color

#57cedb #db6457

#57cedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57cedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#57cedb Color CSS Codes

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

#57cedb Text Font Color

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

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


#57cedb Background Color

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

This div background color is #57cedb


#57cedb Border Color

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

This div border color is #57cedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57cedb


Comments

No comments written yet.

Please login to write comment.