Color Hex Logo

#71c2fa Color Hex

#71C2FA
(113,194,250)
0 Favorites   0 Comments

Color spaces of #71c2fa

RGB 113194250
HSL0.570.930.71
HSV205°55°98°
CMYK 0.550.220.00   0.02
XYZ43.357248.996497.6146
Yxy48.99640.22820.2579
Hunter Lab69.9974-11.9306-33.6844
CIE-Lab75.4491-9.2803-35.1771

#71c2fa color RGB value is (113,194,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11000010 11111010
Octal 161 302 372
Decimal 113 194 250
Hex 71 C2 FA

RGB Percentages of Color #71c2fa

%20.29
%34.83
%44.88

CMYK Percentages of Color #71c2fa

%55
%22
%0
%2

Triadic Colors of #71c2fa

#71c2fa #fa71c2 #c2fa71

Analogous Colors of #71c2fa

#71c2fa #717efa #71faee

Monochromatic Colors of #71c2fa

#71c2fa

Complementary Color

#71c2fa #faa971

#71c2fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71c2fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#71c2fa Color CSS Codes

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

#71c2fa Text Font Color

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

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


#71c2fa Background Color

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

This div background color is #71c2fa


#71c2fa Border Color

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

This div border color is #71c2fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71c2fa


Comments

No comments written yet.

Please login to write comment.