Color Hex Logo

#71feed Color Hex

#71FEED
(113,254,237)
0 Favorites   0 Comments

Color spaces of #71feed

RGB 113254237
HSL0.480.990.72
HSV173°56°100°
CMYK 0.560.000.07   0.00
XYZ57.537980.508892.6279
Yxy80.50880.24940.3490
Hunter Lab89.7267-42.55731.6016
CIE-Lab91.9127-42.1718-3.4501

#71feed color RGB value is (113,254,237).

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

The process color (four color CMYK) of #71feed color hex is 0.56, 0.00, 0.07, 0.00. Web safe color of #71feed is #66ffff. Color #71feed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11111110 11101101
Octal 161 376 355
Decimal 113 254 237
Hex 71 FE ED

RGB Percentages of Color #71feed

%18.71
%42.05
%39.24

CMYK Percentages of Color #71feed

%56
%0
%7
%0

Triadic Colors of #71feed

#71feed #ed71fe #feed71

Analogous Colors of #71feed

#71feed #71c9fe #71fea7

Monochromatic Colors of #71feed

#71feed

Complementary Color

#71feed #fe7182

#71feed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71feed Color Preview on White Background

Lorem ipsum dolor sit amet.

#71feed Color CSS Codes

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

#71feed Text Font Color

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

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


#71feed Background Color

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

This div background color is #71feed


#71feed Border Color

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

This div border color is #71feed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71feed

Related Colors


Comments

No comments written yet.

Please login to write comment.