Color Hex Logo

#84ffac Color Hex

#84FFAC
(132,255,172)
0 Favorites   0 Comments

Color spaces of #84ffac

RGB 132255172
HSL0.391.000.76
HSV140°48°100°
CMYK 0.480.000.33   0.00
XYZ52.722179.404151.5775
Yxy79.40410.28700.4322
Hunter Lab89.1090-50.329628.0584
CIE-Lab91.4168-52.180529.2952

#84ffac color RGB value is (132,255,172).

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

The process color (four color CMYK) of #84ffac color hex is 0.48, 0.00, 0.33, 0.00. Web safe color of #84ffac is #99ff99. Color #84ffac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11111111 10101100
Octal 204 377 254
Decimal 132 255 172
Hex 84 FF AC

RGB Percentages of Color #84ffac

%23.61
%45.62
%30.77

CMYK Percentages of Color #84ffac

%48
%0
%33
%0

Triadic Colors of #84ffac

#84ffac #ac84ff #ffac84

Analogous Colors of #84ffac

#84ffac #84ffea #9aff84

Monochromatic Colors of #84ffac

#84ffac

Complementary Color

#84ffac #ff84d7

#84ffac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84ffac Color Preview on White Background

Lorem ipsum dolor sit amet.

#84ffac Color CSS Codes

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

#84ffac Text Font Color

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

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


#84ffac Background Color

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

This div background color is #84ffac


#84ffac Border Color

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

This div border color is #84ffac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,255,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84ffac

Related Colors


Comments

No comments written yet.

Please login to write comment.