Color Hex Logo

#57bdca Color Hex

#57BDCA
(87,189,202)
0 Favorites   0 Comments

Color spaces of #57bdca

RGB 87189202
HSL0.520.520.57
HSV187°57°79°
CMYK 0.570.060.00   0.21
XYZ32.788742.685762.3881
Yxy42.68570.23780.3096
Hunter Lab65.3343-24.7529-10.8824
CIE-Lab71.3411-25.8004-15.5275

#57bdca color RGB value is (87,189,202).

#57bdca hex color red value is 87, green value is 189 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #57bdca hue: 0.52 , saturation: 0.52 and the lightness value of 57bdca is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10111101 11001010
Octal 127 275 312
Decimal 87 189 202
Hex 57 BD CA

RGB Percentages of Color #57bdca

%18.20
%39.54
%42.26

CMYK Percentages of Color #57bdca

%57
%6
%0
%21

Triadic Colors of #57bdca

#57bdca #ca57bd #bdca57

Analogous Colors of #57bdca

#57bdca #5784ca #57ca9e

Monochromatic Colors of #57bdca

#57bdca

Complementary Color

#57bdca #ca6457

#57bdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57bdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#57bdca Color CSS Codes

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

#57bdca Text Font Color

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

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


#57bdca Background Color

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

This div background color is #57bdca


#57bdca Border Color

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

This div border color is #57bdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57bdca


Comments

No comments written yet.

Please login to write comment.