Color Hex Logo

#84c396 Color Hex

#84C396
(132,195,150)
0 Favorites   0 Comments

Color spaces of #84c396

RGB 132195150
HSL0.380.340.64
HSV137°32°76°
CMYK 0.320.000.23   0.24
XYZ34.535846.137835.9394
Yxy46.13780.29620.3956
Hunter Lab67.9248-28.111616.1767
CIE-Lab73.6349-29.566316.3241

#84c396 color RGB value is (132,195,150).

#84c396 hex color red value is 132, green value is 195 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #84c396 hue: 0.38 , saturation: 0.34 and the lightness value of 84c396 is 0.64.

The process color (four color CMYK) of #84c396 color hex is 0.32, 0.00, 0.23, 0.24. Web safe color of #84c396 is #99cc99. Color #84c396 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11000011 10010110
Octal 204 303 226
Decimal 132 195 150
Hex 84 C3 96

RGB Percentages of Color #84c396

%27.67
%40.88
%31.45

CMYK Percentages of Color #84c396

%32
%0
%23
%24

Triadic Colors of #84c396

#84c396 #9684c3 #c39684

Analogous Colors of #84c396

#84c396 #84c3b6 #92c384

Monochromatic Colors of #84c396

#84c396

Complementary Color

#84c396 #c384b1

#84c396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84c396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#84c396 Color CSS Codes

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

#84c396 Text Font Color

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

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


#84c396 Background Color

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

This div background color is #84c396


#84c396 Border Color

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

This div border color is #84c396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84c396


Comments

No comments written yet.

Please login to write comment.