Color Hex Logo

#51bebe Color Hex

#51BEBE
(81,190,190)
0 Favorites   0 Comments

Color spaces of #51bebe

RGB 81190190
HSL0.500.460.53
HSV180°57°75°
CMYK 0.570.000.00   0.25
XYZ31.101142.293955.2395
Yxy42.29390.24180.3288
Hunter Lab65.0338-28.4450-4.8371
CIE-Lab71.0731-30.7675-9.3859

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10111110 10111110
Octal 121 276 276
Decimal 81 190 190
Hex 51 BE BE

RGB Percentages of Color #51bebe

%17.57
%41.21
%41.21

CMYK Percentages of Color #51bebe

%57
%0
%0
%25

Triadic Colors of #51bebe

#51bebe #be51be #bebe51

Analogous Colors of #51bebe

#51bebe #5188be #51be88

Monochromatic Colors of #51bebe

#51bebe

Complementary Color

#51bebe #be5151

#51bebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51bebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#51bebe Color CSS Codes

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

#51bebe Text Font Color

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

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


#51bebe Background Color

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

This div background color is #51bebe


#51bebe Border Color

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

This div border color is #51bebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51bebe


Comments

No comments written yet.

Please login to write comment.