Color Hex Logo

#71bdab Color Hex

#71BDAB
(113,189,171)
0 Favorites   0 Comments

Color spaces of #71bdab

RGB 113189171
HSL0.460.370.59
HSV166°40°74°
CMYK 0.400.000.10   0.26
XYZ32.358342.846245.0928
Yxy42.84620.26900.3562
Hunter Lab65.4570-26.30934.9755
CIE-Lab71.4505-27.81281.6991

#71bdab color RGB value is (113,189,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111101 10101011
Octal 161 275 253
Decimal 113 189 171
Hex 71 BD AB

RGB Percentages of Color #71bdab

%23.89
%39.96
%36.15

CMYK Percentages of Color #71bdab

%40
%0
%10
%26

Triadic Colors of #71bdab

#71bdab #ab71bd #bdab71

Analogous Colors of #71bdab

#71bdab #71a9bd #71bd85

Monochromatic Colors of #71bdab

#71bdab

Complementary Color

#71bdab #bd7183

#71bdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71bdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#71bdab Color CSS Codes

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

#71bdab Text Font Color

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

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


#71bdab Background Color

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

This div background color is #71bdab


#71bdab Border Color

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

This div border color is #71bdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71bdab


Comments

No comments written yet.

Please login to write comment.