Color Hex Logo

#71fdfa Color Hex

#71FDFA
(113,253,250)
0 Favorites   0 Comments

Color spaces of #71fdfa

RGB 113253250
HSL0.500.970.72
HSV179°55°99°
CMYK 0.550.000.01   0.01
XYZ59.190780.6634102.8924
Yxy80.66340.24380.3323
Hunter Lab89.8128-39.5328-5.0555
CIE-Lab91.9817-38.4576-10.0873

#71fdfa color RGB value is (113,253,250).

#71fdfa hex color red value is 113, green value is 253 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #71fdfa hue: 0.50 , saturation: 0.97 and the lightness value of 71fdfa is 0.72.

The process color (four color CMYK) of #71fdfa color hex is 0.55, 0.00, 0.01, 0.01. Web safe color of #71fdfa is #66ffff. Color #71fdfa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11111101 11111010
Octal 161 375 372
Decimal 113 253 250
Hex 71 FD FA

RGB Percentages of Color #71fdfa

%18.34
%41.07
%40.58

CMYK Percentages of Color #71fdfa

%55
%0
%1
%1

Triadic Colors of #71fdfa

#71fdfa #fa71fd #fdfa71

Analogous Colors of #71fdfa

#71fdfa #71bafd #71fdb4

Monochromatic Colors of #71fdfa

#71fdfa

Complementary Color

#71fdfa #fd7174

#71fdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71fdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#71fdfa Color CSS Codes

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

#71fdfa Text Font Color

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

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


#71fdfa Background Color

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

This div background color is #71fdfa


#71fdfa Border Color

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

This div border color is #71fdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71fdfa

Related Colors


Comments

No comments written yet.

Please login to write comment.