Color Hex Logo

#71bbae Color Hex

#71BBAE
(113,187,174)
0 Favorites   0 Comments

Color spaces of #71bbae

RGB 113187174
HSL0.470.350.59
HSV169°40°73°
CMYK 0.400.000.07   0.27
XYZ32.220442.107446.4737
Yxy42.10740.26670.3486
Hunter Lab64.8902-24.92602.9603
CIE-Lab70.9449-26.1303-0.6791

#71bbae color RGB value is (113,187,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111011 10101110
Octal 161 273 256
Decimal 113 187 174
Hex 71 BB AE

RGB Percentages of Color #71bbae

%23.84
%39.45
%36.71

CMYK Percentages of Color #71bbae

%40
%0
%7
%27

Triadic Colors of #71bbae

#71bbae #ae71bb #bbae71

Analogous Colors of #71bbae

#71bbae #71a3bb #71bb89

Monochromatic Colors of #71bbae

#71bbae

Complementary Color

#71bbae #bb717e

#71bbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71bbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#71bbae Color CSS Codes

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

#71bbae Text Font Color

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

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


#71bbae Background Color

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

This div background color is #71bbae


#71bbae Border Color

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

This div border color is #71bbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71bbae


Comments

No comments written yet.

Please login to write comment.