Color Hex Logo

#71f6fa Color Hex

#71F6FA
(113,246,250)
0 Favorites   0 Comments

Color spaces of #71f6fa

RGB 113246250
HSL0.500.930.71
HSV182°55°98°
CMYK 0.550.020.00   0.02
XYZ57.021176.3244102.1692
Yxy76.32440.24210.3241
Hunter Lab87.3638-36.3824-8.1831
CIE-Lab90.0097-35.2397-13.0264

#71f6fa color RGB value is (113,246,250).

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

The process color (four color CMYK) of #71f6fa color hex is 0.55, 0.02, 0.00, 0.02. Web safe color of #71f6fa is #66ffff. Color #71f6fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11110110 11111010
Octal 161 366 372
Decimal 113 246 250
Hex 71 F6 FA

RGB Percentages of Color #71f6fa

%18.56
%40.39
%41.05

CMYK Percentages of Color #71f6fa

%55
%2
%0
%2

Triadic Colors of #71f6fa

#71f6fa #fa71f6 #f6fa71

Analogous Colors of #71f6fa

#71f6fa #71b2fa #71faba

Monochromatic Colors of #71f6fa

#71f6fa

Complementary Color

#71f6fa #fa7571

#71f6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71f6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#71f6fa Color CSS Codes

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

#71f6fa Text Font Color

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

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


#71f6fa Background Color

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

This div background color is #71f6fa


#71f6fa Border Color

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

This div border color is #71f6fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71f6fa


Comments

No comments written yet.

Please login to write comment.