Color Hex Logo

#51adab Color Hex

#51ADAB
(81,173,171)
0 Favorites   0 Comments

Color spaces of #51adab

RGB 81173171
HSL0.500.360.50
HSV179°53°68°
CMYK 0.530.000.01   0.32
XYZ25.687634.576743.8482
Yxy34.57670.24670.3321
Hunter Lab58.8020-24.9258-3.0508
CIE-Lab65.4178-27.6689-7.3178

#51adab color RGB value is (81,173,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10101101 10101011
Octal 121 255 253
Decimal 81 173 171
Hex 51 AD AB

RGB Percentages of Color #51adab

%19.06
%40.71
%40.24

CMYK Percentages of Color #51adab

%53
%0
%1
%32

Triadic Colors of #51adab

#51adab #ab51ad #adab51

Analogous Colors of #51adab

#51adab #5181ad #51ad7d

Monochromatic Colors of #51adab

#51adab

Complementary Color

#51adab #ad5153

#51adab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51adab Color Preview on White Background

Lorem ipsum dolor sit amet.

#51adab Color CSS Codes

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

#51adab Text Font Color

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

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


#51adab Background Color

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

This div background color is #51adab


#51adab Border Color

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

This div border color is #51adab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51adab


Comments

No comments written yet.

Please login to write comment.