Color Hex Logo

#71fbba Color Hex

#71FBBA
(113,251,186)
0 Favorites   0 Comments

Color spaces of #71fbba

RGB 113251186
HSL0.420.950.71
HSV152°55°98°
CMYK 0.550.000.26   0.02
XYZ50.170276.050258.4893
Yxy76.05020.27160.4117
Hunter Lab87.2068-49.920521.2791
CIE-Lab89.8826-52.305919.9757

#71fbba color RGB value is (113,251,186).

#71fbba hex color red value is 113, green value is 251 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #71fbba hue: 0.42 , saturation: 0.95 and the lightness value of 71fbba is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11111011 10111010
Octal 161 373 272
Decimal 113 251 186
Hex 71 FB BA

RGB Percentages of Color #71fbba

%20.55
%45.64
%33.82

CMYK Percentages of Color #71fbba

%55
%0
%26
%2

Triadic Colors of #71fbba

#71fbba #ba71fb #fbba71

Analogous Colors of #71fbba

#71fbba #71f7fb #71fb75

Monochromatic Colors of #71fbba

#71fbba

Complementary Color

#71fbba #fb71b2

#71fbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71fbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#71fbba Color CSS Codes

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

#71fbba Text Font Color

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

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


#71fbba Background Color

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

This div background color is #71fbba


#71fbba Border Color

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

This div border color is #71fbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71fbba


Comments

No comments written yet.

Please login to write comment.