Color Hex Logo

#71fafe Color Hex

#71FAFE
(113,250,254)
0 Favorites   0 Comments

Color spaces of #71fafe

RGB 113250254
HSL0.500.990.72
HSV182°56°100°
CMYK 0.560.020.00   0.00
XYZ58.885179.0377105.9182
Yxy79.03770.24150.3241
Hunter Lab88.9031-37.3508-8.4052
CIE-Lab91.2513-36.0456-13.2519

#71fafe color RGB value is (113,250,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11111010 11111110
Octal 161 372 376
Decimal 113 250 254
Hex 71 FA FE

RGB Percentages of Color #71fafe

%18.31
%40.52
%41.17

CMYK Percentages of Color #71fafe

%56
%2
%0
%0

Triadic Colors of #71fafe

#71fafe #fe71fa #fafe71

Analogous Colors of #71fafe

#71fafe #71b4fe #71febc

Monochromatic Colors of #71fafe

#71fafe

Complementary Color

#71fafe #fe7571

#71fafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71fafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#71fafe Color CSS Codes

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

#71fafe Text Font Color

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

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


#71fafe Background Color

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

This div background color is #71fafe


#71fafe Border Color

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

This div border color is #71fafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71fafe

Related Colors


Comments

No comments written yet.

Please login to write comment.