Color Hex Logo

#71adff Color Hex

#71ADFF
(113,173,255)
0 Favorites   0 Comments

Color spaces of #71adff

RGB 113173255
HSL0.601.000.72
HSV215°56°100°
CMYK 0.560.320.00   0.00
XYZ39.803640.6179100.3499
Yxy40.61790.22020.2247
Hunter Lab63.7322-0.0501-48.7429
CIE-Lab69.90743.7897-46.5164

#71adff color RGB value is (113,173,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101101 11111111
Octal 161 255 377
Decimal 113 173 255
Hex 71 AD FF

RGB Percentages of Color #71adff

%20.89
%31.98
%47.13

CMYK Percentages of Color #71adff

%56
%32
%0
%0

Triadic Colors of #71adff

#71adff #ff71ad #adff71

Analogous Colors of #71adff

#71adff #7c71ff #71f4ff

Monochromatic Colors of #71adff

#71adff

Complementary Color

#71adff #ffc371

#71adff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71adff Color Preview on White Background

Lorem ipsum dolor sit amet.

#71adff Color CSS Codes

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

#71adff Text Font Color

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

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


#71adff Background Color

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

This div background color is #71adff


#71adff Border Color

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

This div border color is #71adff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71adff

#71adff Color Palettes


Comments

No comments written yet.

Please login to write comment.