Color Hex Logo

#71eab3 Color Hex

#71EAB3
(113,234,179)
0 Favorites   0 Comments

Color spaces of #71eab3

RGB 113234179
HSL0.420.740.68
HSV153°52°92°
CMYK 0.520.000.24   0.08
XYZ44.369665.611052.9735
Yxy65.61100.27230.4026
Hunter Lab81.0006-43.974417.9254
CIE-Lab84.7976-46.602916.4887

#71eab3 color RGB value is (113,234,179).

#71eab3 hex color red value is 113, green value is 234 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #71eab3 hue: 0.42 , saturation: 0.74 and the lightness value of 71eab3 is 0.68.

The process color (four color CMYK) of #71eab3 color hex is 0.52, 0.00, 0.24, 0.08. Web safe color of #71eab3 is #66ffcc. Color #71eab3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11101010 10110011
Octal 161 352 263
Decimal 113 234 179
Hex 71 EA B3

RGB Percentages of Color #71eab3

%21.48
%44.49
%34.03

CMYK Percentages of Color #71eab3

%52
%0
%24
%8

Triadic Colors of #71eab3

#71eab3 #b371ea #eab371

Analogous Colors of #71eab3

#71eab3 #71e5ea #71ea77

Monochromatic Colors of #71eab3

#71eab3

Complementary Color

#71eab3 #ea71a8

#71eab3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71eab3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71eab3 Color CSS Codes

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

#71eab3 Text Font Color

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

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


#71eab3 Background Color

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

This div background color is #71eab3


#71eab3 Border Color

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

This div border color is #71eab3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71eab3


Comments

No comments written yet.

Please login to write comment.