Color Hex Logo

#71bfae Color Hex

#71BFAE
(113,191,174)
0 Favorites   0 Comments

Color spaces of #71bfae

RGB 113191174
HSL0.460.380.60
HSV167°41°75°
CMYK 0.410.000.09   0.25
XYZ33.080843.828346.7606
Yxy43.82830.26750.3544
Hunter Lab66.2029-26.66094.4642
CIE-Lab72.1136-28.09171.0267

#71bfae color RGB value is (113,191,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111111 10101110
Octal 161 277 256
Decimal 113 191 174
Hex 71 BF AE

RGB Percentages of Color #71bfae

%23.64
%39.96
%36.40

CMYK Percentages of Color #71bfae

%41
%0
%9
%25

Triadic Colors of #71bfae

#71bfae #ae71bf #bfae71

Analogous Colors of #71bfae

#71bfae #71a9bf #71bf87

Monochromatic Colors of #71bfae

#71bfae

Complementary Color

#71bfae #bf7182

#71bfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71bfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#71bfae Color CSS Codes

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

#71bfae Text Font Color

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

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


#71bfae Background Color

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

This div background color is #71bfae


#71bfae Border Color

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

This div border color is #71bfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71bfae


Comments

No comments written yet.

Please login to write comment.