Color Hex Logo

#71fcfa Color Hex

#71FCFA
(113,252,250)
0 Favorites   0 Comments

Color spaces of #71fcfa

RGB 113252250
HSL0.500.960.72
HSV179°55°99°
CMYK 0.550.000.01   0.01
XYZ58.875880.0336102.7874
Yxy80.03360.24360.3311
Hunter Lab89.4615-39.0844-5.4986
CIE-Lab91.6999-38.0016-10.5064

#71fcfa color RGB value is (113,252,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11111100 11111010
Octal 161 374 372
Decimal 113 252 250
Hex 71 FC FA

RGB Percentages of Color #71fcfa

%18.37
%40.98
%40.65

CMYK Percentages of Color #71fcfa

%55
%0
%1
%1

Triadic Colors of #71fcfa

#71fcfa #fa71fc #fcfa71

Analogous Colors of #71fcfa

#71fcfa #71b9fc #71fcb5

Monochromatic Colors of #71fcfa

#71fcfa

Complementary Color

#71fcfa #fc7173

#71fcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71fcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#71fcfa Color CSS Codes

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

#71fcfa Text Font Color

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

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


#71fcfa Background Color

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

This div background color is #71fcfa


#71fcfa Border Color

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

This div border color is #71fcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71fcfa

Related Colors


Comments

No comments written yet.

Please login to write comment.