Color Hex Logo

#84ffbb Color Hex

#84FFBB
(132,255,187)
0 Favorites   0 Comments

Color spaces of #84ffbb

RGB 132255187
HSL0.411.000.76
HSV147°48°100°
CMYK 0.480.000.27   0.00
XYZ54.245480.013459.5988
Yxy80.01340.27980.4127
Hunter Lab89.4502-48.289923.1115
CIE-Lab91.6909-49.442722.0717

#84ffbb color RGB value is (132,255,187).

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

The process color (four color CMYK) of #84ffbb color hex is 0.48, 0.00, 0.27, 0.00. Web safe color of #84ffbb is #99ffcc. Color #84ffbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11111111 10111011
Octal 204 377 273
Decimal 132 255 187
Hex 84 FF BB

RGB Percentages of Color #84ffbb

%23.00
%44.43
%32.58

CMYK Percentages of Color #84ffbb

%48
%0
%27
%0

Triadic Colors of #84ffbb

#84ffbb #bb84ff #ffbb84

Analogous Colors of #84ffbb

#84ffbb #84fff9 #8bff84

Monochromatic Colors of #84ffbb

#84ffbb

Complementary Color

#84ffbb #ff84c8

#84ffbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84ffbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#84ffbb Color CSS Codes

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

#84ffbb Text Font Color

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

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


#84ffbb Background Color

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

This div background color is #84ffbb


#84ffbb Border Color

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

This div border color is #84ffbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84ffbb


Comments

No comments written yet.

Please login to write comment.