Color Hex Logo

#71feae Color Hex

#71FEAE
(113,254,174)
0 Favorites   0 Comments

Color spaces of #71feae

RGB 113254174
HSL0.410.990.72
HSV146°56°100°
CMYK 0.560.000.31   0.00
XYZ49.891877.450352.3642
Yxy77.45030.27760.4310
Hunter Lab88.0059-52.816026.3261
CIE-Lab90.5285-55.838526.9749

#71feae color RGB value is (113,254,174).

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

The process color (four color CMYK) of #71feae color hex is 0.56, 0.00, 0.31, 0.00. Web safe color of #71feae is #66ff99. Color #71feae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11111110 10101110
Octal 161 376 256
Decimal 113 254 174
Hex 71 FE AE

RGB Percentages of Color #71feae

%20.89
%46.95
%32.16

CMYK Percentages of Color #71feae

%56
%0
%31
%0

Triadic Colors of #71feae

#71feae #ae71fe #feae71

Analogous Colors of #71feae

#71feae #71fef5 #7bfe71

Monochromatic Colors of #71feae

#71feae

Complementary Color

#71feae #fe71c1

#71feae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71feae Color Preview on White Background

Lorem ipsum dolor sit amet.

#71feae Color CSS Codes

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

#71feae Text Font Color

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

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


#71feae Background Color

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

This div background color is #71feae


#71feae Border Color

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

This div border color is #71feae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71feae


Comments

No comments written yet.

Please login to write comment.