Color Hex Logo

#71fadb Color Hex

#71FADB
(113,250,219)
0 Favorites   0 Comments

Color spaces of #71fadb

RGB 113250219
HSL0.460.930.71
HSV166°55°98°
CMYK 0.550.000.12   0.02
XYZ53.781876.996479.0450
Yxy76.99640.25630.3670
Hunter Lab87.7476-44.15308.0136
CIE-Lab90.3200-44.71843.5606

#71fadb color RGB value is (113,250,219).

#71fadb hex color red value is 113, green value is 250 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #71fadb hue: 0.46 , saturation: 0.93 and the lightness value of 71fadb is 0.71.

The process color (four color CMYK) of #71fadb color hex is 0.55, 0.00, 0.12, 0.02. Web safe color of #71fadb is #66ffcc. Color #71fadb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11111010 11011011
Octal 161 372 333
Decimal 113 250 219
Hex 71 FA DB

RGB Percentages of Color #71fadb

%19.42
%42.96
%37.63

CMYK Percentages of Color #71fadb

%55
%0
%12
%2

Triadic Colors of #71fadb

#71fadb #db71fa #fadb71

Analogous Colors of #71fadb

#71fadb #71d5fa #71fa97

Monochromatic Colors of #71fadb

#71fadb

Complementary Color

#71fadb #fa7190

#71fadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71fadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#71fadb Color CSS Codes

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

#71fadb Text Font Color

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

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


#71fadb Background Color

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

This div background color is #71fadb


#71fadb Border Color

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

This div border color is #71fadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71fadb


Comments

No comments written yet.

Please login to write comment.