Color Hex Logo

#71acbc Color Hex

#71ACBC
(113,172,188)
0 Favorites   0 Comments

Color spaces of #71acbc

RGB 113172188
HSL0.540.360.59
HSV193°40°74°
CMYK 0.400.090.00   0.26
XYZ30.639736.646653.0356
Yxy36.64660.25460.3046
Hunter Lab60.5364-15.5934-9.5681
CIE-Lab67.0110-14.9711-14.2392

#71acbc color RGB value is (113,172,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101100 10111100
Octal 161 254 274
Decimal 113 172 188
Hex 71 AC BC

RGB Percentages of Color #71acbc

%23.89
%36.36
%39.75

CMYK Percentages of Color #71acbc

%40
%9
%0
%26

Triadic Colors of #71acbc

#71acbc #bc71ac #acbc71

Analogous Colors of #71acbc

#71acbc #7187bc #71bca7

Monochromatic Colors of #71acbc

#71acbc

Complementary Color

#71acbc #bc8171

#71acbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71acbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#71acbc Color CSS Codes

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

#71acbc Text Font Color

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

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


#71acbc Background Color

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

This div background color is #71acbc


#71acbc Border Color

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

This div border color is #71acbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71acbc


Comments

No comments written yet.

Please login to write comment.