Color Hex Logo

#51adba Color Hex

#51ADBA
(81,173,186)
0 Favorites   0 Comments

Color spaces of #51adba

RGB 81173186
HSL0.520.430.52
HSV187°56°73°
CMYK 0.560.070.00   0.27
XYZ27.199835.181651.8115
Yxy35.18160.23820.3081
Hunter Lab59.3141-21.9445-10.2706
CIE-Lab65.8898-23.4806-14.9523

#51adba color RGB value is (81,173,186).

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

The process color (four color CMYK) of #51adba color hex is 0.56, 0.07, 0.00, 0.27. Web safe color of #51adba is #6699cc. Color #51adba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10101101 10111010
Octal 121 255 272
Decimal 81 173 186
Hex 51 AD BA

RGB Percentages of Color #51adba

%18.41
%39.32
%42.27

CMYK Percentages of Color #51adba

%56
%7
%0
%27

Triadic Colors of #51adba

#51adba #ba51ad #adba51

Analogous Colors of #51adba

#51adba #5179ba #51ba93

Monochromatic Colors of #51adba

#51adba

Complementary Color

#51adba #ba5e51

#51adba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51adba Color Preview on White Background

Lorem ipsum dolor sit amet.

#51adba Color CSS Codes

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

#51adba Text Font Color

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

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


#51adba Background Color

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

This div background color is #51adba


#51adba Border Color

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

This div border color is #51adba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51adba


Comments

No comments written yet.

Please login to write comment.