Color Hex Logo

#51cffa Color Hex

#51CFFA
(81,207,250)
0 Favorites   0 Comments

Color spaces of #51cffa

RGB 81207250
HSL0.540.940.65
HSV195°68°98°
CMYK 0.680.170.00   0.02
XYZ42.961553.277198.4617
Yxy53.27710.22070.2736
Hunter Lab72.9912-22.6721-28.8856
CIE-Lab78.0383-21.6153-31.2691

#51cffa color RGB value is (81,207,250).

#51cffa hex color red value is 81, green value is 207 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #51cffa hue: 0.54 , saturation: 0.94 and the lightness value of 51cffa is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11001111 11111010
Octal 121 317 372
Decimal 81 207 250
Hex 51 CF FA

RGB Percentages of Color #51cffa

%15.06
%38.48
%46.47

CMYK Percentages of Color #51cffa

%68
%17
%0
%2

Triadic Colors of #51cffa

#51cffa #fa51cf #cffa51

Analogous Colors of #51cffa

#51cffa #517bfa #51fad1

Monochromatic Colors of #51cffa

#51cffa

Complementary Color

#51cffa #fa7c51

#51cffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51cffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#51cffa Color CSS Codes

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

#51cffa Text Font Color

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

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


#51cffa Background Color

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

This div background color is #51cffa


#51cffa Border Color

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

This div border color is #51cffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51cffa


Comments

No comments written yet.

Please login to write comment.