Color Hex Logo

#71eaba Color Hex

#71EABA
(113,234,186)
0 Favorites   0 Comments

Color spaces of #71eaba

RGB 113234186
HSL0.430.740.68
HSV156°52°92°
CMYK 0.520.000.21   0.08
XYZ45.095865.901556.7978
Yxy65.90150.26880.3927
Hunter Lab81.1797-42.906815.3433
CIE-Lab84.9461-45.138513.0471

#71eaba color RGB value is (113,234,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11101010 10111010
Octal 161 352 272
Decimal 113 234 186
Hex 71 EA BA

RGB Percentages of Color #71eaba

%21.20
%43.90
%34.90

CMYK Percentages of Color #71eaba

%52
%0
%21
%8

Triadic Colors of #71eaba

#71eaba #ba71ea #eaba71

Analogous Colors of #71eaba

#71eaba #71deea #71ea7e

Monochromatic Colors of #71eaba

#71eaba

Complementary Color

#71eaba #ea71a1

#71eaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71eaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#71eaba Color CSS Codes

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

#71eaba Text Font Color

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

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


#71eaba Background Color

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

This div background color is #71eaba


#71eaba Border Color

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

This div border color is #71eaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71eaba


Comments

No comments written yet.

Please login to write comment.