Color Hex Logo

#71ada0 Color Hex

#71ADA0
(113,173,160)
0 Favorites   0 Comments

Color spaces of #71ada0

RGB 113173160
HSL0.460.270.56
HSV167°35°68°
CMYK 0.350.000.08   0.32
XYZ28.098835.935938.7131
Yxy35.93590.27350.3497
Hunter Lab59.9466-21.23803.6735
CIE-Lab66.4709-22.39460.5045

#71ada0 color RGB value is (113,173,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101101 10100000
Octal 161 255 240
Decimal 113 173 160
Hex 71 AD A0

RGB Percentages of Color #71ada0

%25.34
%38.79
%35.87

CMYK Percentages of Color #71ada0

%35
%0
%8
%32

Triadic Colors of #71ada0

#71ada0 #a071ad #ada071

Analogous Colors of #71ada0

#71ada0 #719cad #71ad82

Monochromatic Colors of #71ada0

#71ada0

Complementary Color

#71ada0 #ad717e

#71ada0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71ada0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71ada0 Color CSS Codes

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

#71ada0 Text Font Color

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

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


#71ada0 Background Color

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

This div background color is #71ada0


#71ada0 Border Color

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

This div border color is #71ada0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71ada0


Comments

No comments written yet.

Please login to write comment.