Color Hex Logo

#57abea Color Hex

#57ABEA
(87,171,234)
1 Favorites   0 Comments

Color spaces of #57abea

RGB 87171234
HSL0.570.780.63
HSV206°63°92°
CMYK 0.630.270.00   0.08
XYZ33.344737.092683.2440
Yxy37.09260.21700.2414
Hunter Lab60.9037-8.8529-38.4058
CIE-Lab67.3464-6.6109-39.1770

#57abea color RGB value is (87,171,234).

#57abea hex color red value is 87, green value is 171 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #57abea hue: 0.57 , saturation: 0.78 and the lightness value of 57abea is 0.63.

The process color (four color CMYK) of #57abea color hex is 0.63, 0.27, 0.00, 0.08. Web safe color of #57abea is #6699ff. Color #57abea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101011 11101010
Octal 127 253 352
Decimal 87 171 234
Hex 57 AB EA

RGB Percentages of Color #57abea

%17.68
%34.76
%47.56

CMYK Percentages of Color #57abea

%63
%27
%0
%8

Triadic Colors of #57abea

#57abea #ea57ab #abea57

Analogous Colors of #57abea

#57abea #5761ea #57eae0

Monochromatic Colors of #57abea

#57abea

Complementary Color

#57abea #ea9657

#57abea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57abea Color Preview on White Background

Lorem ipsum dolor sit amet.

#57abea Color CSS Codes

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

#57abea Text Font Color

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

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


#57abea Background Color

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

This div background color is #57abea


#57abea Border Color

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

This div border color is #57abea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57abea


Comments

No comments written yet.

Please login to write comment.