Color Hex Logo

#71adaa Color Hex

#71ADAA
(113,173,170)
0 Favorites   0 Comments

Color spaces of #71adaa

RGB 113173170
HSL0.490.270.56
HSV177°35°68°
CMYK 0.350.000.02   0.32
XYZ29.009336.300143.5079
Yxy36.30010.26660.3336
Hunter Lab60.2496-19.4916-0.6403
CIE-Lab66.7486-20.0319-4.6402

#71adaa color RGB value is (113,173,170).

#71adaa hex color red value is 113, green value is 173 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #71adaa hue: 0.49 , saturation: 0.27 and the lightness value of 71adaa is 0.56.

The process color (four color CMYK) of #71adaa color hex is 0.35, 0.00, 0.02, 0.32. Web safe color of #71adaa is #669999. Color #71adaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101101 10101010
Octal 161 255 252
Decimal 113 173 170
Hex 71 AD AA

RGB Percentages of Color #71adaa

%24.78
%37.94
%37.28

CMYK Percentages of Color #71adaa

%35
%0
%2
%32

Triadic Colors of #71adaa

#71adaa #aa71ad #adaa71

Analogous Colors of #71adaa

#71adaa #7192ad #71ad8c

Monochromatic Colors of #71adaa

#71adaa

Complementary Color

#71adaa #ad7174

#71adaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71adaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#71adaa Color CSS Codes

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

#71adaa Text Font Color

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

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


#71adaa Background Color

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

This div background color is #71adaa


#71adaa Border Color

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

This div border color is #71adaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71adaa


Comments

No comments written yet.

Please login to write comment.