Color Hex Logo

#51baab Color Hex

#51BAAB
(81,186,171)
0 Favorites   0 Comments

Color spaces of #51baab

RGB 81186171
HSL0.480.430.52
HSV171°56°73°
CMYK 0.560.000.08   0.27
XYZ28.302939.807444.7200
Yxy39.80740.25080.3528
Hunter Lab63.0931-30.33972.1408
CIE-Lab69.3321-33.9229-1.5413

#51baab color RGB value is (81,186,171).

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

The process color (four color CMYK) of #51baab color hex is 0.56, 0.00, 0.08, 0.27. Web safe color of #51baab is #66cc99. Color #51baab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10111010 10101011
Octal 121 272 253
Decimal 81 186 171
Hex 51 BA AB

RGB Percentages of Color #51baab

%18.49
%42.47
%39.04

CMYK Percentages of Color #51baab

%56
%0
%8
%27

Triadic Colors of #51baab

#51baab #ab51ba #baab51

Analogous Colors of #51baab

#51baab #5195ba #51ba77

Monochromatic Colors of #51baab

#51baab

Complementary Color

#51baab #ba5160

#51baab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51baab Color Preview on White Background

Lorem ipsum dolor sit amet.

#51baab Color CSS Codes

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

#51baab Text Font Color

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

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


#51baab Background Color

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

This div background color is #51baab


#51baab Border Color

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

This div border color is #51baab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51baab


Comments

No comments written yet.

Please login to write comment.