Color Hex Logo

#51ffba Color Hex

#51FFBA
(81,255,186)
0 Favorites   0 Comments

Color spaces of #51ffba

RGB 81255186
HSL0.431.000.66
HSV156°68°100°
CMYK 0.680.000.27   0.00
XYZ48.016376.814558.7503
Yxy76.81450.26160.4184
Hunter Lab87.6439-55.584321.6069
CIE-Lab90.2362-59.697220.3437

#51ffba color RGB value is (81,255,186).

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

The process color (four color CMYK) of #51ffba color hex is 0.68, 0.00, 0.27, 0.00. Web safe color of #51ffba is #66ffcc. Color #51ffba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 11111111 10111010
Octal 121 377 272
Decimal 81 255 186
Hex 51 FF BA

RGB Percentages of Color #51ffba

%15.52
%48.85
%35.63

CMYK Percentages of Color #51ffba

%68
%0
%27
%0

Triadic Colors of #51ffba

#51ffba #ba51ff #ffba51

Analogous Colors of #51ffba

#51ffba #51edff #51ff63

Monochromatic Colors of #51ffba

#51ffba

Complementary Color

#51ffba #ff5196

#51ffba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51ffba Color Preview on White Background

Lorem ipsum dolor sit amet.

#51ffba Color CSS Codes

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

#51ffba Text Font Color

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

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


#51ffba Background Color

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

This div background color is #51ffba


#51ffba Border Color

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

This div border color is #51ffba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51ffba


Comments

No comments written yet.

Please login to write comment.