Color Hex Logo

#71acdc Color Hex

#71ACDC
(113,172,220)
0 Favorites   0 Comments

Color spaces of #71acdc

RGB 113172220
HSL0.570.600.65
HSV207°49°86°
CMYK 0.490.220.00   0.14
XYZ34.480838.183173.2629
Yxy38.18310.23630.2617
Hunter Lab61.7925-8.5321-27.0412
CIE-Lab68.1553-6.1372-30.1599

#71acdc color RGB value is (113,172,220).

#71acdc hex color red value is 113, green value is 172 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #71acdc hue: 0.57 , saturation: 0.60 and the lightness value of 71acdc is 0.65.

The process color (four color CMYK) of #71acdc color hex is 0.49, 0.22, 0.00, 0.14. Web safe color of #71acdc is #6699cc. Color #71acdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101100 11011100
Octal 161 254 334
Decimal 113 172 220
Hex 71 AC DC

RGB Percentages of Color #71acdc

%22.38
%34.06
%43.56

CMYK Percentages of Color #71acdc

%49
%22
%0
%14

Triadic Colors of #71acdc

#71acdc #dc71ac #acdc71

Analogous Colors of #71acdc

#71acdc #7177dc #71dcd7

Monochromatic Colors of #71acdc

#71acdc

Complementary Color

#71acdc #dca171

#71acdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71acdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#71acdc Color CSS Codes

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

#71acdc Text Font Color

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

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


#71acdc Background Color

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

This div background color is #71acdc


#71acdc Border Color

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

This div border color is #71acdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71acdc


Comments

No comments written yet.

Please login to write comment.