Color Hex Logo

#71beae Color Hex

#71BEAE
(113,190,174)
0 Favorites   0 Comments

Color spaces of #71beae

RGB 113190174
HSL0.470.370.59
HSV168°41°75°
CMYK 0.410.000.08   0.25
XYZ32.863543.393646.6881
Yxy43.39360.26730.3530
Hunter Lab65.8738-26.22814.0899
CIE-Lab71.8213-27.60370.6008

#71beae color RGB value is (113,190,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111110 10101110
Octal 161 276 256
Decimal 113 190 174
Hex 71 BE AE

RGB Percentages of Color #71beae

%23.69
%39.83
%36.48

CMYK Percentages of Color #71beae

%41
%0
%8
%25

Triadic Colors of #71beae

#71beae #ae71be #beae71

Analogous Colors of #71beae

#71beae #71a8be #71be88

Monochromatic Colors of #71beae

#71beae

Complementary Color

#71beae #be7181

#71beae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71beae Color Preview on White Background

Lorem ipsum dolor sit amet.

#71beae Color CSS Codes

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

#71beae Text Font Color

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

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


#71beae Background Color

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

This div background color is #71beae


#71beae Border Color

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

This div border color is #71beae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71beae


Comments

No comments written yet.

Please login to write comment.