Color Hex Logo

#51abbe Color Hex

#51ABBE
(81,171,190)
0 Favorites   0 Comments

Color spaces of #51abbe

RGB 81171190
HSL0.530.460.53
HSV190°57°75°
CMYK 0.570.100.00   0.25
XYZ27.250534.592953.9560
Yxy34.59290.23530.2987
Hunter Lab58.8157-20.2249-13.2201
CIE-Lab65.4305-21.2962-17.8694

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10101011 10111110
Octal 121 253 276
Decimal 81 171 190
Hex 51 AB BE

RGB Percentages of Color #51abbe

%18.33
%38.69
%42.99

CMYK Percentages of Color #51abbe

%57
%10
%0
%25

Triadic Colors of #51abbe

#51abbe #be51ab #abbe51

Analogous Colors of #51abbe

#51abbe #5175be #51be9b

Monochromatic Colors of #51abbe

#51abbe

Complementary Color

#51abbe #be6451

#51abbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51abbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#51abbe Color CSS Codes

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

#51abbe Text Font Color

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

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


#51abbe Background Color

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

This div background color is #51abbe


#51abbe Border Color

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

This div border color is #51abbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51abbe


Comments

No comments written yet.

Please login to write comment.