Color Hex Logo

#71acdd Color Hex

#71ACDD
(113,172,221)
0 Favorites   0 Comments

Color spaces of #71acdd

RGB 113172221
HSL0.580.610.65
HSV207°49°87°
CMYK 0.490.220.00   0.13
XYZ34.613738.236273.9626
Yxy38.23620.23580.2604
Hunter Lab61.8354-8.2928-27.6332
CIE-Lab68.1943-5.8477-30.6489

#71acdd color RGB value is (113,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101100 11011101
Octal 161 254 335
Decimal 113 172 221
Hex 71 AC DD

RGB Percentages of Color #71acdd

%22.33
%33.99
%43.68

CMYK Percentages of Color #71acdd

%49
%22
%0
%13

Triadic Colors of #71acdd

#71acdd #dd71ac #acdd71

Analogous Colors of #71acdd

#71acdd #7176dd #71ddd8

Monochromatic Colors of #71acdd

#71acdd

Complementary Color

#71acdd #dda271

#71acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#71acdd Color CSS Codes

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

#71acdd Text Font Color

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

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


#71acdd Background Color

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

This div background color is #71acdd


#71acdd Border Color

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

This div border color is #71acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71acdd


Comments

No comments written yet.

Please login to write comment.