Color Hex Logo

#51aaae Color Hex

#51AAAE
(81,170,174)
0 Favorites   0 Comments

Color spaces of #51aaae

RGB 81170174
HSL0.510.360.50
HSV183°53°68°
CMYK 0.530.020.00   0.32
XYZ25.408033.554845.1820
Yxy33.55480.24400.3222
Hunter Lab57.9265-23.0769-5.6970
CIE-Lab64.6076-25.3542-10.1971

#51aaae color RGB value is (81,170,174).

#51aaae hex color red value is 81, green value is 170 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #51aaae hue: 0.51 , saturation: 0.36 and the lightness value of 51aaae is 0.50.

The process color (four color CMYK) of #51aaae color hex is 0.53, 0.02, 0.00, 0.32. Web safe color of #51aaae is #669999. Color #51aaae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10101010 10101110
Octal 121 252 256
Decimal 81 170 174
Hex 51 AA AE

RGB Percentages of Color #51aaae

%19.06
%40.00
%40.94

CMYK Percentages of Color #51aaae

%53
%2
%0
%32

Triadic Colors of #51aaae

#51aaae #ae51aa #aaae51

Analogous Colors of #51aaae

#51aaae #517cae #51ae84

Monochromatic Colors of #51aaae

#51aaae

Complementary Color

#51aaae #ae5551

#51aaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51aaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#51aaae Color CSS Codes

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

#51aaae Text Font Color

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

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


#51aaae Background Color

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

This div background color is #51aaae


#51aaae Border Color

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

This div border color is #51aaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51aaae


Comments

No comments written yet.

Please login to write comment.