Color Hex Logo

#71babd Color Hex

#71BABD
(113,186,189)
0 Favorites   0 Comments

Color spaces of #71babd

RGB 113186189
HSL0.510.370.59
HSV182°40°74°
CMYK 0.400.020.00   0.26
XYZ33.554342.302654.5408
Yxy42.30260.25730.3244
Hunter Lab65.0404-21.7328-4.1903
CIE-Lab71.0790-21.9624-8.7003

#71babd color RGB value is (113,186,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111010 10111101
Octal 161 272 275
Decimal 113 186 189
Hex 71 BA BD

RGB Percentages of Color #71babd

%23.16
%38.11
%38.73

CMYK Percentages of Color #71babd

%40
%2
%0
%26

Triadic Colors of #71babd

#71babd #bd71ba #babd71

Analogous Colors of #71babd

#71babd #7194bd #71bd9a

Monochromatic Colors of #71babd

#71babd

Complementary Color

#71babd #bd7471

#71babd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71babd Color Preview on White Background

Lorem ipsum dolor sit amet.

#71babd Color CSS Codes

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

#71babd Text Font Color

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

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


#71babd Background Color

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

This div background color is #71babd


#71babd Border Color

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

This div border color is #71babd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71babd


Comments

No comments written yet.

Please login to write comment.