Color Hex Logo

#71fade Color Hex

#71FADE
(113,250,222)
0 Favorites   0 Comments

Color spaces of #71fade

RGB 113250222
HSL0.470.930.71
HSV168°55°98°
CMYK 0.550.000.11   0.02
XYZ54.180577.155981.1442
Yxy77.15590.25500.3631
Hunter Lab87.8384-43.61496.7154
CIE-Lab90.3933-44.01522.1098

#71fade color RGB value is (113,250,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11111010 11011110
Octal 161 372 336
Decimal 113 250 222
Hex 71 FA DE

RGB Percentages of Color #71fade

%19.32
%42.74
%37.95

CMYK Percentages of Color #71fade

%55
%0
%11
%2

Triadic Colors of #71fade

#71fade #de71fa #fade71

Analogous Colors of #71fade

#71fade #71d2fa #71fa9a

Monochromatic Colors of #71fade

#71fade

Complementary Color

#71fade #fa718d

#71fade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71fade Color Preview on White Background

Lorem ipsum dolor sit amet.

#71fade Color CSS Codes

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

#71fade Text Font Color

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

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


#71fade Background Color

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

This div background color is #71fade


#71fade Border Color

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

This div border color is #71fade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71fade


Comments

No comments written yet.

Please login to write comment.