Color Hex Logo

#84feac Color Hex

#84FEAC
(132,254,172)
0 Favorites   0 Comments

Color spaces of #84feac

RGB 132254172
HSL0.390.980.76
HSV140°48°100°
CMYK 0.480.000.32   0.00
XYZ52.403978.767751.4714
Yxy78.76770.28690.4313
Hunter Lab88.7512-49.917727.7405
CIE-Lab91.1291-51.768428.9061

#84feac color RGB value is (132,254,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11111110 10101100
Octal 204 376 254
Decimal 132 254 172
Hex 84 FE AC

RGB Percentages of Color #84feac

%23.66
%45.52
%30.82

CMYK Percentages of Color #84feac

%48
%0
%32
%0

Triadic Colors of #84feac

#84feac #ac84fe #feac84

Analogous Colors of #84feac

#84feac #84fee9 #99fe84

Monochromatic Colors of #84feac

#84feac

Complementary Color

#84feac #fe84d6

#84feac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84feac Color Preview on White Background

Lorem ipsum dolor sit amet.

#84feac Color CSS Codes

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

#84feac Text Font Color

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

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


#84feac Background Color

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

This div background color is #84feac


#84feac Border Color

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

This div border color is #84feac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84feac

Related Colors


Comments

No comments written yet.

Please login to write comment.