Color Hex Logo

#71afdc Color Hex

#71AFDC
(113,175,220)
0 Favorites   0 Comments

Color spaces of #71afdc

RGB 113175220
HSL0.570.600.65
HSV205°49°86°
CMYK 0.490.200.00   0.14
XYZ35.058339.338073.4554
Yxy39.33800.23710.2661
Hunter Lab62.7200-9.9847-25.5343
CIE-Lab68.9954-7.7783-28.8649

#71afdc color RGB value is (113,175,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101111 11011100
Octal 161 257 334
Decimal 113 175 220
Hex 71 AF DC

RGB Percentages of Color #71afdc

%22.24
%34.45
%43.31

CMYK Percentages of Color #71afdc

%49
%20
%0
%14

Triadic Colors of #71afdc

#71afdc #dc71af #afdc71

Analogous Colors of #71afdc

#71afdc #717adc #71dcd4

Monochromatic Colors of #71afdc

#71afdc

Complementary Color

#71afdc #dc9e71

#71afdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71afdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#71afdc Color CSS Codes

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

#71afdc Text Font Color

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

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


#71afdc Background Color

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

This div background color is #71afdc


#71afdc Border Color

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

This div border color is #71afdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71afdc


Comments

No comments written yet.

Please login to write comment.