Color Hex Logo

#71e98e Color Hex

#71E98E
(113,233,142)
0 Favorites   0 Comments

Color spaces of #71e98e

RGB 113233142
HSL0.370.730.68
HSV135°52°91°
CMYK 0.520.000.39   0.09
XYZ40.831563.741535.7425
Yxy63.74150.29100.4543
Hunter Lab79.8383-48.427129.3435
CIE-Lab83.8310-53.033134.1566

#71e98e color RGB value is (113,233,142).

#71e98e hex color red value is 113, green value is 233 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #71e98e hue: 0.37 , saturation: 0.73 and the lightness value of 71e98e is 0.68.

The process color (four color CMYK) of #71e98e color hex is 0.52, 0.00, 0.39, 0.09. Web safe color of #71e98e is #66ff99. Color #71e98e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11101001 10001110
Octal 161 351 216
Decimal 113 233 142
Hex 71 E9 8E

RGB Percentages of Color #71e98e

%23.16
%47.75
%29.10

CMYK Percentages of Color #71e98e

%52
%0
%39
%9

Triadic Colors of #71e98e

#71e98e #8e71e9 #e98e71

Analogous Colors of #71e98e

#71e98e #71e9ca #90e971

Monochromatic Colors of #71e98e

#71e98e

Complementary Color

#71e98e #e971cc

#71e98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71e98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71e98e Color CSS Codes

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

#71e98e Text Font Color

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

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


#71e98e Background Color

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

This div background color is #71e98e


#71e98e Border Color

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

This div border color is #71e98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71e98e


Comments

No comments written yet.

Please login to write comment.