Color Hex Logo

#71afdb Color Hex

#71AFDB
(113,175,219)
0 Favorites   0 Comments

Color spaces of #71afdb

RGB 113175219
HSL0.570.600.65
HSV205°48°86°
CMYK 0.480.200.00   0.14
XYZ34.926239.285172.7598
Yxy39.28510.23760.2673
Hunter Lab62.6778-10.2200-24.9525
CIE-Lab68.9573-8.0650-28.3752

#71afdb color RGB value is (113,175,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101111 11011011
Octal 161 257 333
Decimal 113 175 219
Hex 71 AF DB

RGB Percentages of Color #71afdb

%22.29
%34.52
%43.20

CMYK Percentages of Color #71afdb

%48
%20
%0
%14

Triadic Colors of #71afdb

#71afdb #db71af #afdb71

Analogous Colors of #71afdb

#71afdb #717adb #71dbd2

Monochromatic Colors of #71afdb

#71afdb

Complementary Color

#71afdb #db9d71

#71afdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71afdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#71afdb Color CSS Codes

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

#71afdb Text Font Color

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

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


#71afdb Background Color

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

This div background color is #71afdb


#71afdb Border Color

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

This div border color is #71afdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71afdb


Comments

No comments written yet.

Please login to write comment.