Color Hex Logo

#57adbf Color Hex

#57ADBF
(87,173,191)
0 Favorites   0 Comments

Color spaces of #57adbf

RGB 87173191
HSL0.530.450.55
HSV190°54°75°
CMYK 0.540.090.00   0.25
XYZ28.278035.675054.6858
Yxy35.67500.23840.3007
Hunter Lab59.7286-20.0156-12.4743
CIE-Lab66.2708-20.8256-17.1309

#57adbf color RGB value is (87,173,191).

#57adbf hex color red value is 87, green value is 173 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #57adbf hue: 0.53 , saturation: 0.45 and the lightness value of 57adbf is 0.55.

The process color (four color CMYK) of #57adbf color hex is 0.54, 0.09, 0.00, 0.25. Web safe color of #57adbf is #6699cc. Color #57adbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101101 10111111
Octal 127 255 277
Decimal 87 173 191
Hex 57 AD BF

RGB Percentages of Color #57adbf

%19.29
%38.36
%42.35

CMYK Percentages of Color #57adbf

%54
%9
%0
%25

Triadic Colors of #57adbf

#57adbf #bf57ad #adbf57

Analogous Colors of #57adbf

#57adbf #5779bf #57bf9d

Monochromatic Colors of #57adbf

#57adbf

Complementary Color

#57adbf #bf6957

#57adbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57adbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#57adbf Color CSS Codes

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

#57adbf Text Font Color

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

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


#57adbf Background Color

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

This div background color is #57adbf


#57adbf Border Color

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

This div border color is #57adbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57adbf


Comments

No comments written yet.

Please login to write comment.