Color Hex Logo

#71ecfa Color Hex

#71ECFA
(113,236,250)
0 Favorites   0 Comments

Color spaces of #71ecfa

RGB 113236250
HSL0.520.930.71
HSV186°55°98°
CMYK 0.550.060.00   0.02
XYZ54.060870.4037101.1825
Yxy70.40370.23960.3120
Hunter Lab83.9069-31.8304-12.7624
CIE-Lab87.1945-30.5327-17.2479

#71ecfa color RGB value is (113,236,250).

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

The process color (four color CMYK) of #71ecfa color hex is 0.55, 0.06, 0.00, 0.02. Web safe color of #71ecfa is #66ffff. Color #71ecfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11101100 11111010
Octal 161 354 372
Decimal 113 236 250
Hex 71 EC FA

RGB Percentages of Color #71ecfa

%18.86
%39.40
%41.74

CMYK Percentages of Color #71ecfa

%55
%6
%0
%2

Triadic Colors of #71ecfa

#71ecfa #fa71ec #ecfa71

Analogous Colors of #71ecfa

#71ecfa #71a8fa #71fac4

Monochromatic Colors of #71ecfa

#71ecfa

Complementary Color

#71ecfa #fa7f71

#71ecfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71ecfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#71ecfa Color CSS Codes

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

#71ecfa Text Font Color

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

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


#71ecfa Background Color

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

This div background color is #71ecfa


#71ecfa Border Color

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

This div border color is #71ecfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71ecfa


Comments

No comments written yet.

Please login to write comment.