Color Hex Logo

#71acbd Color Hex

#71ACBD
(113,172,189)
0 Favorites   0 Comments

Color spaces of #71acbd

RGB 113172189
HSL0.540.370.59
HSV193°40°74°
CMYK 0.400.090.00   0.26
XYZ30.747936.689953.6054
Yxy36.68990.25400.3031
Hunter Lab60.5722-15.3904-10.0702
CIE-Lab67.0437-14.7088-14.7444

#71acbd color RGB value is (113,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101100 10111101
Octal 161 254 275
Decimal 113 172 189
Hex 71 AC BD

RGB Percentages of Color #71acbd

%23.84
%36.29
%39.87

CMYK Percentages of Color #71acbd

%40
%9
%0
%26

Triadic Colors of #71acbd

#71acbd #bd71ac #acbd71

Analogous Colors of #71acbd

#71acbd #7186bd #71bda8

Monochromatic Colors of #71acbd

#71acbd

Complementary Color

#71acbd #bd8271

#71acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#71acbd Color CSS Codes

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

#71acbd Text Font Color

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

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


#71acbd Background Color

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

This div background color is #71acbd


#71acbd Border Color

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

This div border color is #71acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71acbd


Comments

No comments written yet.

Please login to write comment.