Color Hex Logo

#71bbbe Color Hex

#71BBBE
(113,187,190)
0 Favorites   0 Comments

Color spaces of #71bbbe

RGB 113187190
HSL0.510.370.59
HSV182°41°75°
CMYK 0.410.020.00   0.25
XYZ33.874642.769155.1851
Yxy42.76910.25700.3244
Hunter Lab65.3981-21.9880-4.2522
CIE-Lab71.3980-22.2162-8.7734

#71bbbe color RGB value is (113,187,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111011 10111110
Octal 161 273 276
Decimal 113 187 190
Hex 71 BB BE

RGB Percentages of Color #71bbbe

%23.06
%38.16
%38.78

CMYK Percentages of Color #71bbbe

%41
%2
%0
%25

Triadic Colors of #71bbbe

#71bbbe #be71bb #bbbe71

Analogous Colors of #71bbbe

#71bbbe #7195be #71be9b

Monochromatic Colors of #71bbbe

#71bbbe

Complementary Color

#71bbbe #be7471

#71bbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71bbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#71bbbe Color CSS Codes

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

#71bbbe Text Font Color

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

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


#71bbbe Background Color

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

This div background color is #71bbbe


#71bbbe Border Color

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

This div border color is #71bbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71bbbe


Comments

No comments written yet.

Please login to write comment.