Color Hex Logo

#51abfd Color Hex

#51ABFD
(81,171,253)
0 Favorites   0 Comments

Color spaces of #51abfd

RGB 81171253
HSL0.580.980.65
HSV209°68°99°
CMYK 0.680.320.00   0.01
XYZ35.685937.967098.3760
Yxy37.96700.20740.2207
Hunter Lab61.6174-4.4515-51.5281
CIE-Lab67.9963-1.3447-48.5268

#51abfd color RGB value is (81,171,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10101011 11111101
Octal 121 253 375
Decimal 81 171 253
Hex 51 AB FD

RGB Percentages of Color #51abfd

%16.04
%33.86
%50.10

CMYK Percentages of Color #51abfd

%68
%32
%0
%1

Triadic Colors of #51abfd

#51abfd #fd51ab #abfd51

Analogous Colors of #51abfd

#51abfd #5155fd #51fdf9

Monochromatic Colors of #51abfd

#51abfd

Complementary Color

#51abfd #fda351

#51abfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51abfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#51abfd Color CSS Codes

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

#51abfd Text Font Color

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

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


#51abfd Background Color

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

This div background color is #51abfd


#51abfd Border Color

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

This div border color is #51abfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51abfd


Comments

No comments written yet.

Please login to write comment.