Color Hex Logo

#57a8ef Color Hex

#57A8EF
(87,168,239)
0 Favorites   0 Comments

Color spaces of #57a8ef

RGB 87168239
HSL0.580.830.64
HSV208°64°94°
CMYK 0.640.300.00   0.06
XYZ33.513136.263586.8946
Yxy36.26350.21390.2315
Hunter Lab60.2192-6.0450-43.4004
CIE-Lab66.7208-3.3214-42.8909

#57a8ef color RGB value is (87,168,239).

#57a8ef hex color red value is 87, green value is 168 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #57a8ef hue: 0.58 , saturation: 0.83 and the lightness value of 57a8ef is 0.64.

The process color (four color CMYK) of #57a8ef color hex is 0.64, 0.30, 0.00, 0.06. Web safe color of #57a8ef is #6699ff. Color #57a8ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101000 11101111
Octal 127 250 357
Decimal 87 168 239
Hex 57 A8 EF

RGB Percentages of Color #57a8ef

%17.61
%34.01
%48.38

CMYK Percentages of Color #57a8ef

%64
%30
%0
%6

Triadic Colors of #57a8ef

#57a8ef #ef57a8 #a8ef57

Analogous Colors of #57a8ef

#57a8ef #575cef #57efea

Monochromatic Colors of #57a8ef

#57a8ef

Complementary Color

#57a8ef #ef9e57

#57a8ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57a8ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#57a8ef Color CSS Codes

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

#57a8ef Text Font Color

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

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


#57a8ef Background Color

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

This div background color is #57a8ef


#57a8ef Border Color

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

This div border color is #57a8ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57a8ef


Comments

No comments written yet.

Please login to write comment.