Color Hex Logo

#71afda Color Hex

#71AFDA
(113,175,218)
0 Favorites   0 Comments

Color spaces of #71afda

RGB 113175218
HSL0.570.590.65
HSV205°48°85°
CMYK 0.480.200.00   0.15
XYZ34.794939.232672.0684
Yxy39.23260.23820.2685
Hunter Lab62.6359-10.4543-24.3734
CIE-Lab68.9194-8.3511-27.8849

#71afda color RGB value is (113,175,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101111 11011010
Octal 161 257 332
Decimal 113 175 218
Hex 71 AF DA

RGB Percentages of Color #71afda

%22.33
%34.58
%43.08

CMYK Percentages of Color #71afda

%48
%20
%0
%15

Triadic Colors of #71afda

#71afda #da71af #afda71

Analogous Colors of #71afda

#71afda #717bda #71dad1

Monochromatic Colors of #71afda

#71afda

Complementary Color

#71afda #da9c71

#71afda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71afda Color Preview on White Background

Lorem ipsum dolor sit amet.

#71afda Color CSS Codes

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

#71afda Text Font Color

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

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


#71afda Background Color

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

This div background color is #71afda


#71afda Border Color

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

This div border color is #71afda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71afda


Comments

No comments written yet.

Please login to write comment.