Color Hex Logo

#71a89a Color Hex

#71A89A
(113,168,154)
0 Favorites   0 Comments

Color spaces of #71a89a

RGB 113168154
HSL0.460.240.55
HSV165°33°66°
CMYK 0.330.000.08   0.34
XYZ26.645433.849135.7010
Yxy33.84910.27700.3519
Hunter Lab58.1800-20.06514.3438
CIE-Lab64.8426-21.22091.4714

#71a89a color RGB value is (113,168,154).

#71a89a hex color red value is 113, green value is 168 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #71a89a hue: 0.46 , saturation: 0.24 and the lightness value of 71a89a is 0.55.

The process color (four color CMYK) of #71a89a color hex is 0.33, 0.00, 0.08, 0.34. Web safe color of #71a89a is #669999. Color #71a89a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101000 10011010
Octal 161 250 232
Decimal 113 168 154
Hex 71 A8 9A

RGB Percentages of Color #71a89a

%25.98
%38.62
%35.40

CMYK Percentages of Color #71a89a

%33
%0
%8
%34

Triadic Colors of #71a89a

#71a89a #9a71a8 #a89a71

Analogous Colors of #71a89a

#71a89a #719ba8 #71a87f

Monochromatic Colors of #71a89a

#71a89a

Complementary Color

#71a89a #a8717f

#71a89a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71a89a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71a89a Color CSS Codes

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

#71a89a Text Font Color

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

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


#71a89a Background Color

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

This div background color is #71a89a


#71a89a Border Color

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

This div border color is #71a89a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71a89a


Comments

No comments written yet.

Please login to write comment.