Color Hex Logo

#57abdf Color Hex

#57ABDF
(87,171,223)
0 Favorites   0 Comments

Color spaces of #57abdf

RGB 87171223
HSL0.560.680.61
HSV203°61°87°
CMYK 0.610.230.00   0.13
XYZ31.812736.479875.1766
Yxy36.47980.22170.2543
Hunter Lab60.3985-11.6791-31.5179
CIE-Lab66.8849-10.1071-33.8632

#57abdf color RGB value is (87,171,223).

#57abdf hex color red value is 87, green value is 171 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #57abdf hue: 0.56 , saturation: 0.68 and the lightness value of 57abdf is 0.61.

The process color (four color CMYK) of #57abdf color hex is 0.61, 0.23, 0.00, 0.13. Web safe color of #57abdf is #6699cc. Color #57abdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101011 11011111
Octal 127 253 337
Decimal 87 171 223
Hex 57 AB DF

RGB Percentages of Color #57abdf

%18.09
%35.55
%46.36

CMYK Percentages of Color #57abdf

%61
%23
%0
%13

Triadic Colors of #57abdf

#57abdf #df57ab #abdf57

Analogous Colors of #57abdf

#57abdf #5767df #57dfcf

Monochromatic Colors of #57abdf

#57abdf

Complementary Color

#57abdf #df8b57

#57abdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57abdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#57abdf Color CSS Codes

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

#57abdf Text Font Color

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

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


#57abdf Background Color

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

This div background color is #57abdf


#57abdf Border Color

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

This div border color is #57abdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57abdf


Comments

No comments written yet.

Please login to write comment.