Color Hex Logo

#71aacf Color Hex

#71AACF
(113,170,207)
0 Favorites   0 Comments

Color spaces of #71aacf

RGB 113170207
HSL0.570.490.63
HSV204°45°81°
CMYK 0.450.180.00   0.19
XYZ32.447336.765264.4177
Yxy36.76520.24280.2751
Hunter Lab60.6343-10.5892-20.5455
CIE-Lab67.1005-8.7431-24.6211

#71aacf color RGB value is (113,170,207).

#71aacf hex color red value is 113, green value is 170 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #71aacf hue: 0.57 , saturation: 0.49 and the lightness value of 71aacf is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101010 11001111
Octal 161 252 317
Decimal 113 170 207
Hex 71 AA CF

RGB Percentages of Color #71aacf

%23.06
%34.69
%42.24

CMYK Percentages of Color #71aacf

%45
%18
%0
%19

Triadic Colors of #71aacf

#71aacf #cf71aa #aacf71

Analogous Colors of #71aacf

#71aacf #717bcf #71cfc5

Monochromatic Colors of #71aacf

#71aacf

Complementary Color

#71aacf #cf9671

#71aacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71aacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#71aacf Color CSS Codes

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

#71aacf Text Font Color

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

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


#71aacf Background Color

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

This div background color is #71aacf


#71aacf Border Color

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

This div border color is #71aacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71aacf


Comments

No comments written yet.

Please login to write comment.