Color Hex Logo

#51aaba Color Hex

#51AABA
(81,170,186)
0 Favorites   0 Comments

Color spaces of #51aaba

RGB 81170186
HSL0.530.430.52
HSV189°56°73°
CMYK 0.560.090.00   0.27
XYZ26.631034.044051.6219
Yxy34.04400.23710.3032
Hunter Lab58.3472-20.6362-11.6129
CIE-Lab64.9975-21.9474-16.3001

#51aaba color RGB value is (81,170,186).

#51aaba hex color red value is 81, green value is 170 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #51aaba hue: 0.53 , saturation: 0.43 and the lightness value of 51aaba is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10101010 10111010
Octal 121 252 272
Decimal 81 170 186
Hex 51 AA BA

RGB Percentages of Color #51aaba

%18.54
%38.90
%42.56

CMYK Percentages of Color #51aaba

%56
%9
%0
%27

Triadic Colors of #51aaba

#51aaba #ba51aa #aaba51

Analogous Colors of #51aaba

#51aaba #5176ba #51ba96

Monochromatic Colors of #51aaba

#51aaba

Complementary Color

#51aaba #ba6151

#51aaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51aaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#51aaba Color CSS Codes

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

#51aaba Text Font Color

<p style="color:#51aaba">Text here</p>

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


#51aaba Background Color

<div style="background-color:#51aaba">
Div content here</div>

This div background color is #51aaba


#51aaba Border Color

<div style="border:3px solid #51aaba">
Div here</div>

This div border color is #51aaba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,170,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51aaba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51aaba;
  -webkit-box-shadow: 1px 1px 3px 2px #51aaba;
  box-shadow:         1px 1px 3px 2px #51aaba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,170,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 #51aaba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51aaba


Comments

No comments written yet.

Please login to write comment.