Color Hex Logo

#71b6bb Color Hex

#71B6BB
(113,182,187)
0 Favorites   0 Comments

Color spaces of #71b6bb

RGB 113182187
HSL0.510.350.59
HSV184°40°73°
CMYK 0.400.030.00   0.27
XYZ32.507640.554553.1282
Yxy40.55450.25760.3214
Hunter Lab63.6824-20.3263-4.8861
CIE-Lab69.8627-20.4327-9.4142

#71b6bb color RGB value is (113,182,187).

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

The process color (four color CMYK) of #71b6bb color hex is 0.40, 0.03, 0.00, 0.27. Web safe color of #71b6bb is #66cccc. Color #71b6bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10110110 10111011
Octal 161 266 273
Decimal 113 182 187
Hex 71 B6 BB

RGB Percentages of Color #71b6bb

%23.44
%37.76
%38.80

CMYK Percentages of Color #71b6bb

%40
%3
%0
%27

Triadic Colors of #71b6bb

#71b6bb #bb71b6 #b6bb71

Analogous Colors of #71b6bb

#71b6bb #7191bb #71bb9b

Monochromatic Colors of #71b6bb

#71b6bb

Complementary Color

#71b6bb #bb7671

#71b6bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71b6bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#71b6bb Color CSS Codes

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

#71b6bb Text Font Color

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

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


#71b6bb Background Color

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

This div background color is #71b6bb


#71b6bb Border Color

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

This div border color is #71b6bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71b6bb


Comments

No comments written yet.

Please login to write comment.