Color Hex Logo

#71babe Color Hex

#71BABE
(113,186,190)
0 Favorites   0 Comments

Color spaces of #71babe

RGB 113186190
HSL0.510.370.59
HSV183°41°75°
CMYK 0.410.020.00   0.25
XYZ33.663242.346255.1146
Yxy42.34620.25670.3229
Hunter Lab65.0740-21.5402-4.6641
CIE-Lab71.1090-21.7094-9.2038

#71babe color RGB value is (113,186,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111010 10111110
Octal 161 272 276
Decimal 113 186 190
Hex 71 BA BE

RGB Percentages of Color #71babe

%23.11
%38.04
%38.85

CMYK Percentages of Color #71babe

%41
%2
%0
%25

Triadic Colors of #71babe

#71babe #be71ba #babe71

Analogous Colors of #71babe

#71babe #7194be #71be9c

Monochromatic Colors of #71babe

#71babe

Complementary Color

#71babe #be7571

#71babe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71babe Color Preview on White Background

Lorem ipsum dolor sit amet.

#71babe Color CSS Codes

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

#71babe Text Font Color

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

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


#71babe Background Color

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

This div background color is #71babe


#71babe Border Color

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

This div border color is #71babe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71babe


Comments

No comments written yet.

Please login to write comment.