Color Hex Logo

#71accd Color Hex

#71ACCD
(113,172,205)
0 Favorites   0 Comments

Color spaces of #71accd

RGB 113172205
HSL0.560.480.62
HSV202°45°80°
CMYK 0.450.160.00   0.20
XYZ32.582037.423563.2638
Yxy37.42350.24450.2808
Hunter Lab61.1747-11.9858-18.4924
CIE-Lab67.5936-10.3855-22.7624

#71accd color RGB value is (113,172,205).

#71accd hex color red value is 113, green value is 172 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #71accd hue: 0.56 , saturation: 0.48 and the lightness value of 71accd is 0.62.

The process color (four color CMYK) of #71accd color hex is 0.45, 0.16, 0.00, 0.20. Web safe color of #71accd is #6699cc. Color #71accd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101100 11001101
Octal 161 254 315
Decimal 113 172 205
Hex 71 AC CD

RGB Percentages of Color #71accd

%23.06
%35.10
%41.84

CMYK Percentages of Color #71accd

%45
%16
%0
%20

Triadic Colors of #71accd

#71accd #cd71ac #accd71

Analogous Colors of #71accd

#71accd #717ecd #71cdc0

Monochromatic Colors of #71accd

#71accd

Complementary Color

#71accd #cd9271

#71accd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71accd Color Preview on White Background

Lorem ipsum dolor sit amet.

#71accd Color CSS Codes

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

#71accd Text Font Color

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

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


#71accd Background Color

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

This div background color is #71accd


#71accd Border Color

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

This div border color is #71accd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71accd


Comments

No comments written yet.

Please login to write comment.