Color Hex Logo

#57b3bc Color Hex

#57B3BC
(87,179,188)
0 Favorites   0 Comments

Color spaces of #57b3bc

RGB 87179188
HSL0.510.430.54
HSV185°54°74°
CMYK 0.540.050.00   0.26
XYZ29.127737.897353.3567
Yxy37.89730.24200.3148
Hunter Lab61.5608-23.2735-8.2960
CIE-Lab67.9449-24.7309-12.9462

#57b3bc color RGB value is (87,179,188).

#57b3bc hex color red value is 87, green value is 179 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #57b3bc hue: 0.51 , saturation: 0.43 and the lightness value of 57b3bc is 0.54.

The process color (four color CMYK) of #57b3bc color hex is 0.54, 0.05, 0.00, 0.26. Web safe color of #57b3bc is #66cccc. Color #57b3bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10110011 10111100
Octal 127 263 274
Decimal 87 179 188
Hex 57 B3 BC

RGB Percentages of Color #57b3bc

%19.16
%39.43
%41.41

CMYK Percentages of Color #57b3bc

%54
%5
%0
%26

Triadic Colors of #57b3bc

#57b3bc #bc57b3 #b3bc57

Analogous Colors of #57b3bc

#57b3bc #5781bc #57bc93

Monochromatic Colors of #57b3bc

#57b3bc

Complementary Color

#57b3bc #bc6057

#57b3bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57b3bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#57b3bc Color CSS Codes

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

#57b3bc Text Font Color

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

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


#57b3bc Background Color

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

This div background color is #57b3bc


#57b3bc Border Color

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

This div border color is #57b3bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57b3bc


Comments

No comments written yet.

Please login to write comment.