Color Hex Logo

#51acab Color Hex

#51ACAB
(81,172,171)
0 Favorites   0 Comments

Color spaces of #51acab

RGB 81172171
HSL0.500.360.50
HSV179°53°67°
CMYK 0.530.000.01   0.33
XYZ25.496534.194743.7845
Yxy34.19470.24640.3305
Hunter Lab58.4762-24.5048-3.4604
CIE-Lab65.1168-27.1754-7.7651

#51acab color RGB value is (81,172,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10101100 10101011
Octal 121 254 253
Decimal 81 172 171
Hex 51 AC AB

RGB Percentages of Color #51acab

%19.10
%40.57
%40.33

CMYK Percentages of Color #51acab

%53
%0
%1
%33

Triadic Colors of #51acab

#51acab #ab51ac #acab51

Analogous Colors of #51acab

#51acab #5180ac #51ac7e

Monochromatic Colors of #51acab

#51acab

Complementary Color

#51acab #ac5152

#51acab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51acab Color Preview on White Background

Lorem ipsum dolor sit amet.

#51acab Color CSS Codes

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

#51acab Text Font Color

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

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


#51acab Background Color

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

This div background color is #51acab


#51acab Border Color

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

This div border color is #51acab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51acab


Comments

No comments written yet.

Please login to write comment.