Color Hex Logo

#71acbe Color Hex

#71ACBE
(113,172,190)
0 Favorites   0 Comments

Color spaces of #71acbe

RGB 113172190
HSL0.540.370.59
HSV194°41°75°
CMYK 0.410.090.00   0.25
XYZ30.856836.733554.1791
Yxy36.73350.25340.3017
Hunter Lab60.6082-15.1865-10.5750
CIE-Lab67.0766-14.4458-15.2491

#71acbe color RGB value is (113,172,190).

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

The process color (four color CMYK) of #71acbe color hex is 0.41, 0.09, 0.00, 0.25. Web safe color of #71acbe is #6699cc. Color #71acbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101100 10111110
Octal 161 254 276
Decimal 113 172 190
Hex 71 AC BE

RGB Percentages of Color #71acbe

%23.79
%36.21
%40.00

CMYK Percentages of Color #71acbe

%41
%9
%0
%25

Triadic Colors of #71acbe

#71acbe #be71ac #acbe71

Analogous Colors of #71acbe

#71acbe #7186be #71beaa

Monochromatic Colors of #71acbe

#71acbe

Complementary Color

#71acbe #be8371

#71acbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71acbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#71acbe Color CSS Codes

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

#71acbe Text Font Color

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

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


#71acbe Background Color

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

This div background color is #71acbe


#71acbe Border Color

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

This div border color is #71acbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71acbe


Comments

No comments written yet.

Please login to write comment.