Color Hex Logo

#57aabb Color Hex

#57AABB
(87,170,187)
0 Favorites   0 Comments

Color spaces of #57aabb

RGB 87170187
HSL0.530.420.54
HSV190°53°73°
CMYK 0.530.090.00   0.27
XYZ27.274834.363552.2090
Yxy34.36350.23960.3018
Hunter Lab58.6204-19.5335-11.7711
CIE-Lab65.2501-20.4206-16.4536

#57aabb color RGB value is (87,170,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101010 10111011
Octal 127 252 273
Decimal 87 170 187
Hex 57 AA BB

RGB Percentages of Color #57aabb

%19.59
%38.29
%42.12

CMYK Percentages of Color #57aabb

%53
%9
%0
%27

Triadic Colors of #57aabb

#57aabb #bb57aa #aabb57

Analogous Colors of #57aabb

#57aabb #5778bb #57bb9a

Monochromatic Colors of #57aabb

#57aabb

Complementary Color

#57aabb #bb6857

#57aabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57aabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#57aabb Color CSS Codes

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

#57aabb Text Font Color

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

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


#57aabb Background Color

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

This div background color is #57aabb


#57aabb Border Color

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

This div border color is #57aabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57aabb


Comments

No comments written yet.

Please login to write comment.