Color Hex Logo

#71bfab Color Hex

#71BFAB
(113,191,171)
0 Favorites   0 Comments

Color spaces of #71bfab

RGB 113191171
HSL0.460.380.60
HSV165°41°75°
CMYK 0.410.000.10   0.25
XYZ32.791543.712645.2372
Yxy43.71260.26940.3591
Hunter Lab66.1155-27.17105.7138
CIE-Lab72.0360-28.78552.5496

#71bfab color RGB value is (113,191,171).

#71bfab hex color red value is 113, green value is 191 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #71bfab hue: 0.46 , saturation: 0.38 and the lightness value of 71bfab is 0.60.

The process color (four color CMYK) of #71bfab color hex is 0.41, 0.00, 0.10, 0.25. Web safe color of #71bfab is #66cc99. Color #71bfab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111111 10101011
Octal 161 277 253
Decimal 113 191 171
Hex 71 BF AB

RGB Percentages of Color #71bfab

%23.79
%40.21
%36.00

CMYK Percentages of Color #71bfab

%41
%0
%10
%25

Triadic Colors of #71bfab

#71bfab #ab71bf #bfab71

Analogous Colors of #71bfab

#71bfab #71acbf #71bf84

Monochromatic Colors of #71bfab

#71bfab

Complementary Color

#71bfab #bf7185

#71bfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71bfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#71bfab Color CSS Codes

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

#71bfab Text Font Color

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

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


#71bfab Background Color

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

This div background color is #71bfab


#71bfab Border Color

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

This div border color is #71bfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71bfab


Comments

No comments written yet.

Please login to write comment.