Color Hex Logo

#71baaf Color Hex

#71BAAF
(113,186,175)
0 Favorites   0 Comments

Color spaces of #71baaf

RGB 113186175
HSL0.470.350.59
HSV171°39°73°
CMYK 0.390.000.06   0.27
XYZ32.106841.723746.9187
Yxy41.72370.26590.3455
Hunter Lab64.5939-24.31472.1496
CIE-Lab70.6800-25.3987-1.6149

#71baaf color RGB value is (113,186,175).

#71baaf hex color red value is 113, green value is 186 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #71baaf hue: 0.47 , saturation: 0.35 and the lightness value of 71baaf is 0.59.

The process color (four color CMYK) of #71baaf color hex is 0.39, 0.00, 0.06, 0.27. Web safe color of #71baaf is #66cc99. Color #71baaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111010 10101111
Octal 161 272 257
Decimal 113 186 175
Hex 71 BA AF

RGB Percentages of Color #71baaf

%23.84
%39.24
%36.92

CMYK Percentages of Color #71baaf

%39
%0
%6
%27

Triadic Colors of #71baaf

#71baaf #af71ba #baaf71

Analogous Colors of #71baaf

#71baaf #71a1ba #71ba8b

Monochromatic Colors of #71baaf

#71baaf

Complementary Color

#71baaf #ba717c

#71baaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71baaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#71baaf Color CSS Codes

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

#71baaf Text Font Color

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

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


#71baaf Background Color

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

This div background color is #71baaf


#71baaf Border Color

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

This div border color is #71baaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71baaf

#71baaf Color Palettes


Comments

No comments written yet.

Please login to write comment.