Color Hex Logo

#51fcfa Color Hex

#51FCFA
(81,252,250)
0 Favorites   0 Comments

Color spaces of #51fcfa

RGB 81252250
HSL0.500.970.65
HSV179°68°99°
CMYK 0.680.000.01   0.01
XYZ55.459178.2723102.6275
Yxy78.27230.23460.3312
Hunter Lab88.4716-42.9313-6.8465
CIE-Lab90.9040-42.9806-11.7768

#51fcfa color RGB value is (81,252,250).

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

The process color (four color CMYK) of #51fcfa color hex is 0.68, 0.00, 0.01, 0.01. Web safe color of #51fcfa is #66ffff. Color #51fcfa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 11111100 11111010
Octal 121 374 372
Decimal 81 252 250
Hex 51 FC FA

RGB Percentages of Color #51fcfa

%13.89
%43.22
%42.88

CMYK Percentages of Color #51fcfa

%68
%0
%1
%1

Triadic Colors of #51fcfa

#51fcfa #fa51fc #fcfa51

Analogous Colors of #51fcfa

#51fcfa #51a9fc #51fca5

Monochromatic Colors of #51fcfa

#51fcfa

Complementary Color

#51fcfa #fc5153

#51fcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51fcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#51fcfa Color CSS Codes

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

#51fcfa Text Font Color

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

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


#51fcfa Background Color

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

This div background color is #51fcfa


#51fcfa Border Color

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

This div border color is #51fcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51fcfa

Related Colors


Comments

No comments written yet.

Please login to write comment.