Color Hex Logo

#84fbba Color Hex

#84FBBA
(132,251,186)
0 Favorites   0 Comments

Color spaces of #84fbba

RGB 132251186
HSL0.410.940.75
HSV147°47°98°
CMYK 0.470.000.26   0.02
XYZ52.875877.445158.6159
Yxy77.44510.27990.4099
Hunter Lab88.0029-46.754822.1109
CIE-Lab90.5261-47.942320.9678

#84fbba color RGB value is (132,251,186).

#84fbba hex color red value is 132, green value is 251 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #84fbba hue: 0.41 , saturation: 0.94 and the lightness value of 84fbba is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11111011 10111010
Octal 204 373 272
Decimal 132 251 186
Hex 84 FB BA

RGB Percentages of Color #84fbba

%23.20
%44.11
%32.69

CMYK Percentages of Color #84fbba

%47
%0
%26
%2

Triadic Colors of #84fbba

#84fbba #ba84fb #fbba84

Analogous Colors of #84fbba

#84fbba #84fbf6 #8afb84

Monochromatic Colors of #84fbba

#84fbba

Complementary Color

#84fbba #fb84c5

#84fbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84fbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#84fbba Color CSS Codes

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

#84fbba Text Font Color

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

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


#84fbba Background Color

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

This div background color is #84fbba


#84fbba Border Color

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

This div border color is #84fbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84fbba


Comments

No comments written yet.

Please login to write comment.