Color Hex Logo

#71fdbc Color Hex

#71FDBC
(113,253,188)
0 Favorites   0 Comments

Color spaces of #71fdbc

RGB 113253188
HSL0.420.970.72
HSV152°55°99°
CMYK 0.550.000.26   0.01
XYZ51.012477.392159.8265
Yxy77.39210.27100.4112
Hunter Lab87.9728-50.446321.2604
CIE-Lab90.5018-52.726119.8135

#71fdbc color RGB value is (113,253,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11111101 10111100
Octal 161 375 274
Decimal 113 253 188
Hex 71 FD BC

RGB Percentages of Color #71fdbc

%20.40
%45.67
%33.94

CMYK Percentages of Color #71fdbc

%55
%0
%26
%1

Triadic Colors of #71fdbc

#71fdbc #bc71fd #fdbc71

Analogous Colors of #71fdbc

#71fdbc #71f8fd #71fd76

Monochromatic Colors of #71fdbc

#71fdbc

Complementary Color

#71fdbc #fd71b2

#71fdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71fdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#71fdbc Color CSS Codes

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

#71fdbc Text Font Color

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

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


#71fdbc Background Color

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

This div background color is #71fdbc


#71fdbc Border Color

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

This div border color is #71fdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71fdbc


Comments

No comments written yet.

Please login to write comment.