Color Hex Logo

#71fadc Color Hex

#71FADC
(113,250,220)
0 Favorites   0 Comments

Color spaces of #71fadc

RGB 113250220
HSL0.460.930.71
HSV167°55°98°
CMYK 0.550.000.12   0.02
XYZ53.913977.049279.7406
Yxy77.04920.25590.3657
Hunter Lab87.7777-43.97457.5831
CIE-Lab90.3443-44.48483.0768

#71fadc color RGB value is (113,250,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11111010 11011100
Octal 161 372 334
Decimal 113 250 220
Hex 71 FA DC

RGB Percentages of Color #71fadc

%19.38
%42.88
%37.74

CMYK Percentages of Color #71fadc

%55
%0
%12
%2

Triadic Colors of #71fadc

#71fadc #dc71fa #fadc71

Analogous Colors of #71fadc

#71fadc #71d4fa #71fa98

Monochromatic Colors of #71fadc

#71fadc

Complementary Color

#71fadc #fa718f

#71fadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71fadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#71fadc Color CSS Codes

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

#71fadc Text Font Color

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

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


#71fadc Background Color

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

This div background color is #71fadc


#71fadc Border Color

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

This div border color is #71fadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71fadc


Comments

No comments written yet.

Please login to write comment.