Color Hex Logo

#71bfbe Color Hex

#71BFBE
(113,191,190)
0 Favorites   0 Comments

Color spaces of #71bfbe

RGB 113191190
HSL0.500.380.60
HSV179°41°75°
CMYK 0.410.000.01   0.25
XYZ34.735144.490055.4719
Yxy44.49000.25790.3303
Hunter Lab66.7008-23.7708-2.6181
CIE-Lab72.5548-24.2259-7.0546

#71bfbe color RGB value is (113,191,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111111 10111110
Octal 161 277 276
Decimal 113 191 190
Hex 71 BF BE

RGB Percentages of Color #71bfbe

%22.87
%38.66
%38.46

CMYK Percentages of Color #71bfbe

%41
%0
%1
%25

Triadic Colors of #71bfbe

#71bfbe #be71bf #bfbe71

Analogous Colors of #71bfbe

#71bfbe #7199bf #71bf97

Monochromatic Colors of #71bfbe

#71bfbe

Complementary Color

#71bfbe #bf7172

#71bfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71bfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#71bfbe Color CSS Codes

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

#71bfbe Text Font Color

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

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


#71bfbe Background Color

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

This div background color is #71bfbe


#71bfbe Border Color

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

This div border color is #71bfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71bfbe


Comments

No comments written yet.

Please login to write comment.