Color Hex Logo

#71adcc Color Hex

#71ADCC
(113,173,204)
0 Favorites   0 Comments

Color spaces of #71adcc

RGB 113173204
HSL0.560.470.62
HSV200°45°80°
CMYK 0.450.150.00   0.20
XYZ32.652737.757562.6937
Yxy37.75750.24530.2837
Hunter Lab61.4471-12.6785-17.4798
CIE-Lab67.8415-11.2013-21.8321

#71adcc color RGB value is (113,173,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101101 11001100
Octal 161 255 314
Decimal 113 173 204
Hex 71 AD CC

RGB Percentages of Color #71adcc

%23.06
%35.31
%41.63

CMYK Percentages of Color #71adcc

%45
%15
%0
%20

Triadic Colors of #71adcc

#71adcc #cc71ad #adcc71

Analogous Colors of #71adcc

#71adcc #7180cc #71ccbe

Monochromatic Colors of #71adcc

#71adcc

Complementary Color

#71adcc #cc9071

#71adcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71adcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#71adcc Color CSS Codes

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

#71adcc Text Font Color

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

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


#71adcc Background Color

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

This div background color is #71adcc


#71adcc Border Color

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

This div border color is #71adcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71adcc


Comments

No comments written yet.

Please login to write comment.