Color Hex Logo

#84e39e Color Hex

#84E39E
(132,227,158)
0 Favorites   0 Comments

Color spaces of #84e39e

RGB 132227158
HSL0.380.630.70
HSV136°42°89°
CMYK 0.420.000.30   0.11
XYZ43.156462.312342.1007
Yxy62.31230.29240.4223
Hunter Lab78.9381-40.553723.6351
CIE-Lab83.0792-42.763925.1217

#84e39e color RGB value is (132,227,158).

#84e39e hex color red value is 132, green value is 227 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #84e39e hue: 0.38 , saturation: 0.63 and the lightness value of 84e39e is 0.70.

The process color (four color CMYK) of #84e39e color hex is 0.42, 0.00, 0.30, 0.11. Web safe color of #84e39e is #99cc99. Color #84e39e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11100011 10011110
Octal 204 343 236
Decimal 132 227 158
Hex 84 E3 9E

RGB Percentages of Color #84e39e

%25.53
%43.91
%30.56

CMYK Percentages of Color #84e39e

%42
%0
%30
%11

Triadic Colors of #84e39e

#84e39e #9e84e3 #e39e84

Analogous Colors of #84e39e

#84e39e #84e3ce #9ae384

Monochromatic Colors of #84e39e

#84e39e

Complementary Color

#84e39e #e384c9

#84e39e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84e39e Color Preview on White Background

Lorem ipsum dolor sit amet.

#84e39e Color CSS Codes

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

#84e39e Text Font Color

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

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


#84e39e Background Color

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

This div background color is #84e39e


#84e39e Border Color

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

This div border color is #84e39e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84e39e


Comments

No comments written yet.

Please login to write comment.