Color Hex Logo

#71acfe Color Hex

#71ACFE
(113,172,254)
0 Favorites   0 Comments

Color spaces of #71acfe

RGB 113172254
HSL0.600.990.72
HSV215°56°100°
CMYK 0.560.320.00   0.00
XYZ39.452040.171599.4405
Yxy40.17150.22030.2243
Hunter Lab63.38100.1920-48.6553
CIE-Lab69.59154.0465-46.4713

#71acfe color RGB value is (113,172,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101100 11111110
Octal 161 254 376
Decimal 113 172 254
Hex 71 AC FE

RGB Percentages of Color #71acfe

%20.96
%31.91
%47.12

CMYK Percentages of Color #71acfe

%56
%32
%0
%0

Triadic Colors of #71acfe

#71acfe #fe71ac #acfe71

Analogous Colors of #71acfe

#71acfe #7d71fe #71f3fe

Monochromatic Colors of #71acfe

#71acfe

Complementary Color

#71acfe #fec371

#71acfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71acfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#71acfe Color CSS Codes

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

#71acfe Text Font Color

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

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


#71acfe Background Color

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

This div background color is #71acfe


#71acfe Border Color

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

This div border color is #71acfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71acfe


Comments

No comments written yet.

Please login to write comment.