Color Hex Logo

#51abfb Color Hex

#51ABFB
(81,171,251)
0 Favorites   0 Comments

Color spaces of #51abfb

RGB 81171251
HSL0.580.960.65
HSV208°68°98°
CMYK 0.680.320.00   0.02
XYZ35.368837.840296.7065
Yxy37.84020.20820.2227
Hunter Lab61.5144-5.0184-50.1495
CIE-Lab67.9027-2.0128-47.5882

#51abfb color RGB value is (81,171,251).

#51abfb hex color red value is 81, green value is 171 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #51abfb hue: 0.58 , saturation: 0.96 and the lightness value of 51abfb is 0.65.

The process color (four color CMYK) of #51abfb color hex is 0.68, 0.32, 0.00, 0.02. Web safe color of #51abfb is #6699ff. Color #51abfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10101011 11111011
Octal 121 253 373
Decimal 81 171 251
Hex 51 AB FB

RGB Percentages of Color #51abfb

%16.10
%34.00
%49.90

CMYK Percentages of Color #51abfb

%68
%32
%0
%2

Triadic Colors of #51abfb

#51abfb #fb51ab #abfb51

Analogous Colors of #51abfb

#51abfb #5156fb #51fbf6

Monochromatic Colors of #51abfb

#51abfb

Complementary Color

#51abfb #fba151

#51abfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51abfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#51abfb Color CSS Codes

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

#51abfb Text Font Color

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

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


#51abfb Background Color

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

This div background color is #51abfb


#51abfb Border Color

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

This div border color is #51abfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51abfb

Related Colors


Comments

No comments written yet.

Please login to write comment.