Color Hex Logo

#84eeac Color Hex

#84EEAC
(132,238,172)
0 Favorites   0 Comments

Color spaces of #84eeac

RGB 132238172
HSL0.400.760.73
HSV143°45°93°
CMYK 0.450.000.28   0.07
XYZ47.536669.033249.8490
Yxy69.03320.28560.4148
Hunter Lab83.0862-43.274622.5883
CIE-Lab86.5205-45.011922.6147

#84eeac color RGB value is (132,238,172).

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

The process color (four color CMYK) of #84eeac color hex is 0.45, 0.00, 0.28, 0.07. Web safe color of #84eeac is #99ff99. Color #84eeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11101110 10101100
Octal 204 356 254
Decimal 132 238 172
Hex 84 EE AC

RGB Percentages of Color #84eeac

%24.35
%43.91
%31.73

CMYK Percentages of Color #84eeac

%45
%0
%28
%7

Triadic Colors of #84eeac

#84eeac #ac84ee #eeac84

Analogous Colors of #84eeac

#84eeac #84eee1 #91ee84

Monochromatic Colors of #84eeac

#84eeac

Complementary Color

#84eeac #ee84c6

#84eeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84eeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#84eeac Color CSS Codes

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

#84eeac Text Font Color

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

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


#84eeac Background Color

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

This div background color is #84eeac


#84eeac Border Color

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

This div border color is #84eeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84eeac


Comments

No comments written yet.

Please login to write comment.