Color Hex Logo

#71beab Color Hex

#71BEAB
(113,190,171)
0 Favorites   0 Comments

Color spaces of #71beab

RGB 113190171
HSL0.460.370.59
HSV165°41°75°
CMYK 0.410.000.10   0.25
XYZ32.574243.277945.1647
Yxy43.27790.26920.3576
Hunter Lab65.7859-26.74035.3452
CIE-Lab71.7432-28.29972.1246

#71beab color RGB value is (113,190,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111110 10101011
Octal 161 276 253
Decimal 113 190 171
Hex 71 BE AB

RGB Percentages of Color #71beab

%23.84
%40.08
%36.08

CMYK Percentages of Color #71beab

%41
%0
%10
%25

Triadic Colors of #71beab

#71beab #ab71be #beab71

Analogous Colors of #71beab

#71beab #71abbe #71be85

Monochromatic Colors of #71beab

#71beab

Complementary Color

#71beab #be7184

#71beab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71beab Color Preview on White Background

Lorem ipsum dolor sit amet.

#71beab Color CSS Codes

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

#71beab Text Font Color

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

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


#71beab Background Color

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

This div background color is #71beab


#71beab Border Color

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

This div border color is #71beab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,190,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 #71beab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71beab


Comments

No comments written yet.

Please login to write comment.