Color Hex Logo

#51babc Color Hex

#51BABC
(81,186,188)
0 Favorites   0 Comments

Color spaces of #51babc

RGB 81186188
HSL0.500.440.53
HSV181°57°74°
CMYK 0.570.010.00   0.26
XYZ30.029340.498053.8111
Yxy40.49800.24150.3257
Hunter Lab63.6380-27.1366-5.5879
CIE-Lab69.8228-29.3825-10.1547

#51babc color RGB value is (81,186,188).

#51babc hex color red value is 81, green value is 186 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #51babc hue: 0.50 , saturation: 0.44 and the lightness value of 51babc is 0.53.

The process color (four color CMYK) of #51babc color hex is 0.57, 0.01, 0.00, 0.26. Web safe color of #51babc is #66cccc. Color #51babc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10111010 10111100
Octal 121 272 274
Decimal 81 186 188
Hex 51 BA BC

RGB Percentages of Color #51babc

%17.80
%40.88
%41.32

CMYK Percentages of Color #51babc

%57
%1
%0
%26

Triadic Colors of #51babc

#51babc #bc51ba #babc51

Analogous Colors of #51babc

#51babc #5185bc #51bc89

Monochromatic Colors of #51babc

#51babc

Complementary Color

#51babc #bc5351

#51babc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51babc Color Preview on White Background

Lorem ipsum dolor sit amet.

#51babc Color CSS Codes

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

#51babc Text Font Color

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

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


#51babc Background Color

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

This div background color is #51babc


#51babc Border Color

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

This div border color is #51babc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51babc


Comments

No comments written yet.

Please login to write comment.