Color Hex Logo

#51caff Color Hex

#51CAFF
(81,202,255)
0 Favorites   0 Comments

Color spaces of #51caff

RGB 81202255
HSL0.551.000.66
HSV198°68°100°
CMYK 0.680.210.00   0.00
XYZ42.563951.2104102.2490
Yxy51.21040.21710.2612
Hunter Lab71.5614-19.0628-34.6222
CIE-Lab76.8063-17.4922-35.8419

#51caff color RGB value is (81,202,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11001010 11111111
Octal 121 312 377
Decimal 81 202 255
Hex 51 CA FF

RGB Percentages of Color #51caff

%15.06
%37.55
%47.40

CMYK Percentages of Color #51caff

%68
%21
%0
%0

Triadic Colors of #51caff

#51caff #ff51ca #caff51

Analogous Colors of #51caff

#51caff #5173ff #51ffdd

Monochromatic Colors of #51caff

#51caff

Complementary Color

#51caff #ff8651

#51caff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51caff Color Preview on White Background

Lorem ipsum dolor sit amet.

#51caff Color CSS Codes

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

#51caff Text Font Color

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

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


#51caff Background Color

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

This div background color is #51caff


#51caff Border Color

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

This div border color is #51caff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51caff


Comments

No comments written yet.

Please login to write comment.