Color Hex Logo

#57adba Color Hex

#57ADBA
(87,173,186)
0 Favorites   0 Comments

Color spaces of #57adba

RGB 87173186
HSL0.520.420.54
HSV188°53°73°
CMYK 0.530.070.00   0.27
XYZ27.737035.458551.8367
Yxy35.45850.24110.3082
Hunter Lab59.5470-21.0621-9.9300
CIE-Lab66.1041-22.2492-14.6082

#57adba color RGB value is (87,173,186).

#57adba hex color red value is 87, green value is 173 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #57adba hue: 0.52 , saturation: 0.42 and the lightness value of 57adba is 0.54.

The process color (four color CMYK) of #57adba color hex is 0.53, 0.07, 0.00, 0.27. Web safe color of #57adba is #6699cc. Color #57adba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101101 10111010
Octal 127 255 272
Decimal 87 173 186
Hex 57 AD BA

RGB Percentages of Color #57adba

%19.51
%38.79
%41.70

CMYK Percentages of Color #57adba

%53
%7
%0
%27

Triadic Colors of #57adba

#57adba #ba57ad #adba57

Analogous Colors of #57adba

#57adba #577cba #57ba96

Monochromatic Colors of #57adba

#57adba

Complementary Color

#57adba #ba6457

#57adba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57adba Color Preview on White Background

Lorem ipsum dolor sit amet.

#57adba Color CSS Codes

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

#57adba Text Font Color

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

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


#57adba Background Color

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

This div background color is #57adba


#57adba Border Color

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

This div border color is #57adba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57adba


Comments

No comments written yet.

Please login to write comment.