Color Hex Logo

#71add8 Color Hex

#71ADD8
(113,173,216)
0 Favorites   0 Comments

Color spaces of #71add8

RGB 113173216
HSL0.570.570.65
HSV205°48°85°
CMYK 0.480.200.00   0.15
XYZ34.148338.355770.5693
Yxy38.35570.23870.2681
Hunter Lab61.9320-9.9589-24.2065
CIE-Lab68.2820-7.8329-27.7669

#71add8 color RGB value is (113,173,216).

#71add8 hex color red value is 113, green value is 173 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #71add8 hue: 0.57 , saturation: 0.57 and the lightness value of 71add8 is 0.65.

The process color (four color CMYK) of #71add8 color hex is 0.48, 0.20, 0.00, 0.15. Web safe color of #71add8 is #6699cc. Color #71add8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101101 11011000
Octal 161 255 330
Decimal 113 173 216
Hex 71 AD D8

RGB Percentages of Color #71add8

%22.51
%34.46
%43.03

CMYK Percentages of Color #71add8

%48
%20
%0
%15

Triadic Colors of #71add8

#71add8 #d871ad #add871

Analogous Colors of #71add8

#71add8 #717ad8 #71d8d0

Monochromatic Colors of #71add8

#71add8

Complementary Color

#71add8 #d89c71

#71add8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71add8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71add8 Color CSS Codes

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

#71add8 Text Font Color

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

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


#71add8 Background Color

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

This div background color is #71add8


#71add8 Border Color

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

This div border color is #71add8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71add8


Comments

No comments written yet.

Please login to write comment.