Color Hex Logo

#51bebb Color Hex

#51BEBB
(81,190,187)
0 Favorites   0 Comments

Color spaces of #51bebb

RGB 81190187
HSL0.500.460.53
HSV178°57°75°
CMYK 0.570.000.02   0.25
XYZ30.776442.164153.5301
Yxy42.16410.24330.3334
Hunter Lab64.9339-29.0315-3.4237
CIE-Lab70.9839-31.5864-7.8770

#51bebb color RGB value is (81,190,187).

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

The process color (four color CMYK) of #51bebb color hex is 0.57, 0.00, 0.02, 0.25. Web safe color of #51bebb is #66cccc. Color #51bebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10111110 10111011
Octal 121 276 273
Decimal 81 190 187
Hex 51 BE BB

RGB Percentages of Color #51bebb

%17.69
%41.48
%40.83

CMYK Percentages of Color #51bebb

%57
%0
%2
%25

Triadic Colors of #51bebb

#51bebb #bb51be #bebb51

Analogous Colors of #51bebb

#51bebb #518bbe #51be85

Monochromatic Colors of #51bebb

#51bebb

Complementary Color

#51bebb #be5154

#51bebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51bebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#51bebb Color CSS Codes

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

#51bebb Text Font Color

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

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


#51bebb Background Color

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

This div background color is #51bebb


#51bebb Border Color

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

This div border color is #51bebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51bebb


Comments

No comments written yet.

Please login to write comment.