Color Hex Logo

#71babc Color Hex

#71BABC
(113,186,188)
0 Favorites   0 Comments

Color spaces of #71babc

RGB 113186188
HSL0.500.360.59
HSV182°40°74°
CMYK 0.400.010.00   0.26
XYZ33.446142.259453.9710
Yxy42.25940.25790.3259
Hunter Lab65.0072-21.9247-3.7193
CIE-Lab71.0494-22.2148-8.1963

#71babc color RGB value is (113,186,188).

#71babc hex color red value is 113, green value is 186 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #71babc hue: 0.50 , saturation: 0.36 and the lightness value of 71babc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111010 10111100
Octal 161 272 274
Decimal 113 186 188
Hex 71 BA BC

RGB Percentages of Color #71babc

%23.20
%38.19
%38.60

CMYK Percentages of Color #71babc

%40
%1
%0
%26

Triadic Colors of #71babc

#71babc #bc71ba #babc71

Analogous Colors of #71babc

#71babc #7195bc #71bc99

Monochromatic Colors of #71babc

#71babc

Complementary Color

#71babc #bc7371

#71babc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71babc Color Preview on White Background

Lorem ipsum dolor sit amet.

#71babc Color CSS Codes

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

#71babc Text Font Color

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

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


#71babc Background Color

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

This div background color is #71babc


#71babc Border Color

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

This div border color is #71babc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71babc


Comments

No comments written yet.

Please login to write comment.