Color Hex Logo

#71f996 Color Hex

#71F996
(113,249,150)
0 Favorites   0 Comments

Color spaces of #71f996

RGB 113249150
HSL0.380.920.71
HSV136°55°98°
CMYK 0.550.000.40   0.02
XYZ46.190873.464140.5996
Yxy73.46410.28820.4584
Hunter Lab85.7112-53.798831.9134
CIE-Lab88.6686-58.052336.5112

#71f996 color RGB value is (113,249,150).

#71f996 hex color red value is 113, green value is 249 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #71f996 hue: 0.38 , saturation: 0.92 and the lightness value of 71f996 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11111001 10010110
Octal 161 371 226
Decimal 113 249 150
Hex 71 F9 96

RGB Percentages of Color #71f996

%22.07
%48.63
%29.30

CMYK Percentages of Color #71f996

%55
%0
%40
%2

Triadic Colors of #71f996

#71f996 #9671f9 #f99671

Analogous Colors of #71f996

#71f996 #71f9da #90f971

Monochromatic Colors of #71f996

#71f996

Complementary Color

#71f996 #f971d4

#71f996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71f996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71f996 Color CSS Codes

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

#71f996 Text Font Color

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

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


#71f996 Background Color

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

This div background color is #71f996


#71f996 Border Color

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

This div border color is #71f996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71f996


Comments

No comments written yet.

Please login to write comment.