Color Hex Logo

#71abff Color Hex

#71ABFF
(113,171,255)
0 Favorites   0 Comments

Color spaces of #71abff

RGB 113171255
HSL0.601.000.72
HSV215°56°100°
CMYK 0.560.330.00   0.00
XYZ39.423039.8565100.2230
Yxy39.85650.21960.2220
Hunter Lab63.13200.9839-49.9314
CIE-Lab69.36724.9219-47.3657

#71abff color RGB value is (113,171,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101011 11111111
Octal 161 253 377
Decimal 113 171 255
Hex 71 AB FF

RGB Percentages of Color #71abff

%20.96
%31.73
%47.31

CMYK Percentages of Color #71abff

%56
%33
%0
%0

Triadic Colors of #71abff

#71abff #ff71ab #abff71

Analogous Colors of #71abff

#71abff #7e71ff #71f2ff

Monochromatic Colors of #71abff

#71abff

Complementary Color

#71abff #ffc571

#71abff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71abff Color Preview on White Background

Lorem ipsum dolor sit amet.

#71abff Color CSS Codes

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

#71abff Text Font Color

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

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


#71abff Background Color

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

This div background color is #71abff


#71abff Border Color

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

This div border color is #71abff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,171,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 #71abff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71abff

Related Colors


Comments

No comments written yet.

Please login to write comment.