Color Hex Logo

#71aaca Color Hex

#71AACA
(113,170,202)
0 Favorites   0 Comments

Color spaces of #71aaca

RGB 113170202
HSL0.560.460.62
HSV202°44°79°
CMYK 0.440.160.00   0.21
XYZ31.845436.524461.2486
Yxy36.52440.24570.2818
Hunter Lab60.4354-11.7045-17.7830
CIE-Lab66.9187-10.1337-22.1348

#71aaca color RGB value is (113,170,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101010 11001010
Octal 161 252 312
Decimal 113 170 202
Hex 71 AA CA

RGB Percentages of Color #71aaca

%23.30
%35.05
%41.65

CMYK Percentages of Color #71aaca

%44
%16
%0
%21

Triadic Colors of #71aaca

#71aaca #ca71aa #aaca71

Analogous Colors of #71aaca

#71aaca #717eca #71cabe

Monochromatic Colors of #71aaca

#71aaca

Complementary Color

#71aaca #ca9171

#71aaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71aaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#71aaca Color CSS Codes

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

#71aaca Text Font Color

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

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


#71aaca Background Color

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

This div background color is #71aaca


#71aaca Border Color

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

This div border color is #71aaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71aaca


Comments

No comments written yet.

Please login to write comment.