Color Hex Logo

#71fabb Color Hex

#71FABB
(113,250,187)
0 Favorites   0 Comments

Color spaces of #71fabb

RGB 113250187
HSL0.420.930.71
HSV152°55°98°
CMYK 0.550.000.25   0.02
XYZ49.965375.469858.9474
Yxy75.46980.27100.4093
Hunter Lab86.8734-49.363920.5805
CIE-Lab89.6126-51.692819.0867

#71fabb color RGB value is (113,250,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11111010 10111011
Octal 161 372 273
Decimal 113 250 187
Hex 71 FA BB

RGB Percentages of Color #71fabb

%20.55
%45.45
%34.00

CMYK Percentages of Color #71fabb

%55
%0
%25
%2

Triadic Colors of #71fabb

#71fabb #bb71fa #fabb71

Analogous Colors of #71fabb

#71fabb #71f5fa #71fa77

Monochromatic Colors of #71fabb

#71fabb

Complementary Color

#71fabb #fa71b0

#71fabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71fabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#71fabb Color CSS Codes

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

#71fabb Text Font Color

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

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


#71fabb Background Color

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

This div background color is #71fabb


#71fabb Border Color

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

This div border color is #71fabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71fabb

Related Colors


Comments

No comments written yet.

Please login to write comment.