Color Hex Logo

#71ffbb Color Hex

#71FFBB
(113,255,187)
0 Favorites   0 Comments

Color spaces of #71ffbb

RGB 113255187
HSL0.421.000.72
HSV151°56°100°
CMYK 0.560.000.27   0.00
XYZ51.539778.618659.4722
Yxy78.61860.27180.4146
Hunter Lab88.6671-51.410522.2991
CIE-Lab91.0614-53.743121.1024

#71ffbb color RGB value is (113,255,187).

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

The process color (four color CMYK) of #71ffbb color hex is 0.56, 0.00, 0.27, 0.00. Web safe color of #71ffbb is #66ffcc. Color #71ffbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11111111 10111011
Octal 161 377 273
Decimal 113 255 187
Hex 71 FF BB

RGB Percentages of Color #71ffbb

%20.36
%45.95
%33.69

CMYK Percentages of Color #71ffbb

%56
%0
%27
%0

Triadic Colors of #71ffbb

#71ffbb #bb71ff #ffbb71

Analogous Colors of #71ffbb

#71ffbb #71fcff #71ff74

Monochromatic Colors of #71ffbb

#71ffbb

Complementary Color

#71ffbb #ff71b5

#71ffbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71ffbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#71ffbb Color CSS Codes

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

#71ffbb Text Font Color

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

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


#71ffbb Background Color

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

This div background color is #71ffbb


#71ffbb Border Color

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

This div border color is #71ffbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71ffbb


Comments

No comments written yet.

Please login to write comment.