Color Hex Logo

#71faf7 Color Hex

#71FAF7
(113,250,247)
0 Favorites   0 Comments

Color spaces of #71faf7

RGB 113250247
HSL0.500.930.71
HSV179°55°98°
CMYK 0.550.000.01   0.02
XYZ57.784278.5973100.1209
Yxy78.59730.24430.3323
Hunter Lab88.6551-38.8026-4.8994
CIE-Lab91.0518-37.8584-9.9124

#71faf7 color RGB value is (113,250,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11111010 11110111
Octal 161 372 367
Decimal 113 250 247
Hex 71 FA F7

RGB Percentages of Color #71faf7

%18.52
%40.98
%40.49

CMYK Percentages of Color #71faf7

%55
%0
%1
%2

Triadic Colors of #71faf7

#71faf7 #f771fa #faf771

Analogous Colors of #71faf7

#71faf7 #71b9fa #71fab3

Monochromatic Colors of #71faf7

#71faf7

Complementary Color

#71faf7 #fa7174

#71faf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71faf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71faf7 Color CSS Codes

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

#71faf7 Text Font Color

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

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


#71faf7 Background Color

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

This div background color is #71faf7


#71faf7 Border Color

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

This div border color is #71faf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71faf7

Related Colors


Comments

No comments written yet.

Please login to write comment.