Color Hex Logo

#57c5db Color Hex

#57C5DB
(87,197,219)
0 Favorites   0 Comments

Color spaces of #57c5db

RGB 87197219
HSL0.530.650.60
HSV190°60°86°
CMYK 0.600.100.00   0.14
XYZ36.682947.073274.1705
Yxy47.07320.23230.2981
Hunter Lab68.6099-24.6307-16.0683
CIE-Lab74.2366-24.9141-20.3958

#57c5db color RGB value is (87,197,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11000101 11011011
Octal 127 305 333
Decimal 87 197 219
Hex 57 C5 DB

RGB Percentages of Color #57c5db

%17.30
%39.17
%43.54

CMYK Percentages of Color #57c5db

%60
%10
%0
%14

Triadic Colors of #57c5db

#57c5db #db57c5 #c5db57

Analogous Colors of #57c5db

#57c5db #5783db #57dbaf

Monochromatic Colors of #57c5db

#57c5db

Complementary Color

#57c5db #db6d57

#57c5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57c5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#57c5db Color CSS Codes

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

#57c5db Text Font Color

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

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


#57c5db Background Color

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

This div background color is #57c5db


#57c5db Border Color

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

This div border color is #57c5db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57c5db


Comments

No comments written yet.

Please login to write comment.