Color Hex Logo

#51baff Color Hex

#51BAFF
(81,186,255)
0 Favorites   0 Comments

Color spaces of #51baff

RGB 81186255
HSL0.571.000.66
HSV204°68°100°
CMYK 0.680.270.00   0.00
XYZ39.002244.0871101.0618
Yxy44.08710.21180.2394
Hunter Lab66.3981-11.3460-43.7641
CIE-Lab72.2867-8.9935-42.8734

#51baff color RGB value is (81,186,255).

#51baff hex color red value is 81, green value is 186 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #51baff hue: 0.57 , saturation: 1.00 and the lightness value of 51baff is 0.66.

The process color (four color CMYK) of #51baff color hex is 0.68, 0.27, 0.00, 0.00. Web safe color of #51baff is #66ccff. Color #51baff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10111010 11111111
Octal 121 272 377
Decimal 81 186 255
Hex 51 BA FF

RGB Percentages of Color #51baff

%15.52
%35.63
%48.85

CMYK Percentages of Color #51baff

%68
%27
%0
%0

Triadic Colors of #51baff

#51baff #ff51ba #baff51

Analogous Colors of #51baff

#51baff #5163ff #51ffed

Monochromatic Colors of #51baff

#51baff

Complementary Color

#51baff #ff9651

#51baff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51baff Color Preview on White Background

Lorem ipsum dolor sit amet.

#51baff Color CSS Codes

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

#51baff Text Font Color

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

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


#51baff Background Color

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

This div background color is #51baff


#51baff Border Color

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

This div border color is #51baff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51baff

Related Colors


Comments

No comments written yet.

Please login to write comment.