Color Hex Logo

#51aead Color Hex

#51AEAD
(81,174,173)
0 Favorites   0 Comments

Color spaces of #51aead

RGB 81174173
HSL0.500.360.50
HSV179°53°68°
CMYK 0.530.000.01   0.32
XYZ26.072235.038644.9241
Yxy35.03860.24590.3304
Hunter Lab59.1934-24.9668-3.5620
CIE-Lab65.7787-27.6193-7.8937

#51aead color RGB value is (81,174,173).

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

The process color (four color CMYK) of #51aead color hex is 0.53, 0.00, 0.01, 0.32. Web safe color of #51aead is #669999. Color #51aead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10101110 10101101
Octal 121 256 255
Decimal 81 174 173
Hex 51 AE AD

RGB Percentages of Color #51aead

%18.93
%40.65
%40.42

CMYK Percentages of Color #51aead

%53
%0
%1
%32

Triadic Colors of #51aead

#51aead #ad51ae #aead51

Analogous Colors of #51aead

#51aead #5181ae #51ae7f

Monochromatic Colors of #51aead

#51aead

Complementary Color

#51aead #ae5152

#51aead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51aead Color Preview on White Background

Lorem ipsum dolor sit amet.

#51aead Color CSS Codes

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

#51aead Text Font Color

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

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


#51aead Background Color

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

This div background color is #51aead


#51aead Border Color

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

This div border color is #51aead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51aead


Comments

No comments written yet.

Please login to write comment.