Color Hex Logo

#71facc Color Hex

#71FACC
(113,250,204)
0 Favorites   0 Comments

Color spaces of #71facc

RGB 113250204
HSL0.440.930.71
HSV160°55°98°
CMYK 0.550.000.18   0.02
XYZ51.894776.241669.1077
Yxy76.24160.26310.3865
Hunter Lab87.3164-46.716014.1957
CIE-Lab89.9714-48.110710.8319

#71facc color RGB value is (113,250,204).

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

The process color (four color CMYK) of #71facc color hex is 0.55, 0.00, 0.18, 0.02. Web safe color of #71facc is #66ffcc. Color #71facc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11111010 11001100
Octal 161 372 314
Decimal 113 250 204
Hex 71 FA CC

RGB Percentages of Color #71facc

%19.93
%44.09
%35.98

CMYK Percentages of Color #71facc

%55
%0
%18
%2

Triadic Colors of #71facc

#71facc #cc71fa #facc71

Analogous Colors of #71facc

#71facc #71e4fa #71fa88

Monochromatic Colors of #71facc

#71facc

Complementary Color

#71facc #fa719f

#71facc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71facc Color Preview on White Background

Lorem ipsum dolor sit amet.

#71facc Color CSS Codes

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

#71facc Text Font Color

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

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


#71facc Background Color

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

This div background color is #71facc


#71facc Border Color

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

This div border color is #71facc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71facc


Comments

No comments written yet.

Please login to write comment.