Color Hex Logo

#71acff Color Hex

#71ACFF
(113,172,255)
0 Favorites   0 Comments

Color spaces of #71acff

RGB 113172255
HSL0.601.000.72
HSV215°56°100°
CMYK 0.560.330.00   0.00
XYZ39.612640.2358100.2862
Yxy40.23580.21990.2234
Hunter Lab63.43170.4664-49.3359
CIE-Lab69.63714.3552-46.9412

#71acff color RGB value is (113,172,255).

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

The process color (four color CMYK) of #71acff color hex is 0.56, 0.33, 0.00, 0.00. Web safe color of #71acff is #6699ff. Color #71acff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101100 11111111
Octal 161 254 377
Decimal 113 172 255
Hex 71 AC FF

RGB Percentages of Color #71acff

%20.93
%31.85
%47.22

CMYK Percentages of Color #71acff

%56
%33
%0
%0

Triadic Colors of #71acff

#71acff #ff71ac #acff71

Analogous Colors of #71acff

#71acff #7d71ff #71f3ff

Monochromatic Colors of #71acff

#71acff

Complementary Color

#71acff #ffc471

#71acff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71acff Color Preview on White Background

Lorem ipsum dolor sit amet.

#71acff Color CSS Codes

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

#71acff Text Font Color

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

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


#71acff Background Color

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

This div background color is #71acff


#71acff Border Color

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

This div border color is #71acff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71acff

#71acff Color Palettes


Comments

No comments written yet.

Please login to write comment.