Color Hex Logo

#51bae5 Color Hex

#51BAE5
(81,186,229)
0 Favorites   0 Comments

Color spaces of #51bae5

RGB 81186229
HSL0.550.740.61
HSV197°65°90°
CMYK 0.650.190.00   0.10
XYZ35.095142.524380.4870
Yxy42.52430.22200.2690
Hunter Lab65.2107-18.0534-27.5319
CIE-Lab71.2309-17.2887-30.4380

#51bae5 color RGB value is (81,186,229).

#51bae5 hex color red value is 81, green value is 186 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #51bae5 hue: 0.55 , saturation: 0.74 and the lightness value of 51bae5 is 0.61.

The process color (four color CMYK) of #51bae5 color hex is 0.65, 0.19, 0.00, 0.10. Web safe color of #51bae5 is #66cccc. Color #51bae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10111010 11100101
Octal 121 272 345
Decimal 81 186 229
Hex 51 BA E5

RGB Percentages of Color #51bae5

%16.33
%37.50
%46.17

CMYK Percentages of Color #51bae5

%65
%19
%0
%10

Triadic Colors of #51bae5

#51bae5 #e551ba #bae551

Analogous Colors of #51bae5

#51bae5 #5170e5 #51e5c6

Monochromatic Colors of #51bae5

#51bae5

Complementary Color

#51bae5 #e57c51

#51bae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51bae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#51bae5 Color CSS Codes

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

#51bae5 Text Font Color

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

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


#51bae5 Background Color

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

This div background color is #51bae5


#51bae5 Border Color

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

This div border color is #51bae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51bae5


Comments

No comments written yet.

Please login to write comment.