Color Hex Logo

#51afbe Color Hex

#51AFBE
(81,175,190)
0 Favorites   0 Comments

Color spaces of #51afbe

RGB 81175190
HSL0.520.460.53
HSV188°57°75°
CMYK 0.570.080.00   0.25
XYZ28.017636.127054.2117
Yxy36.12700.23670.3052
Hunter Lab60.1057-21.9793-11.4019
CIE-Lab66.6168-23.3448-16.0736

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

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

The process color (four color CMYK) of #51afbe color hex is 0.57, 0.08, 0.00, 0.25. Web safe color of #51afbe is #6699cc. Color #51afbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10101111 10111110
Octal 121 257 276
Decimal 81 175 190
Hex 51 AF BE

RGB Percentages of Color #51afbe

%18.16
%39.24
%42.60

CMYK Percentages of Color #51afbe

%57
%8
%0
%25

Triadic Colors of #51afbe

#51afbe #be51af #afbe51

Analogous Colors of #51afbe

#51afbe #5179be #51be97

Monochromatic Colors of #51afbe

#51afbe

Complementary Color

#51afbe #be6051

#51afbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51afbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#51afbe Color CSS Codes

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

#51afbe Text Font Color

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

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


#51afbe Background Color

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

This div background color is #51afbe


#51afbe Border Color

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

This div border color is #51afbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51afbe


Comments

No comments written yet.

Please login to write comment.