Color Hex Logo

#84dc9d Color Hex

#84DC9D
(132,220,157)
0 Favorites   0 Comments

Color spaces of #84dc9d

RGB 132220157
HSL0.380.560.69
HSV137°40°86°
CMYK 0.400.000.29   0.14
XYZ41.194758.526341.0238
Yxy58.52630.29270.4158
Hunter Lab76.5025-37.761521.7580
CIE-Lab81.0305-39.846722.8425

#84dc9d color RGB value is (132,220,157).

#84dc9d hex color red value is 132, green value is 220 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #84dc9d hue: 0.38 , saturation: 0.56 and the lightness value of 84dc9d is 0.69.

The process color (four color CMYK) of #84dc9d color hex is 0.40, 0.00, 0.29, 0.14. Web safe color of #84dc9d is #99cc99. Color #84dc9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011100 10011101
Octal 204 334 235
Decimal 132 220 157
Hex 84 DC 9D

RGB Percentages of Color #84dc9d

%25.93
%43.22
%30.84

CMYK Percentages of Color #84dc9d

%40
%0
%29
%14

Triadic Colors of #84dc9d

#84dc9d #9d84dc #dc9d84

Analogous Colors of #84dc9d

#84dc9d #84dcc9 #97dc84

Monochromatic Colors of #84dc9d

#84dc9d

Complementary Color

#84dc9d #dc84c3

#84dc9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84dc9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84dc9d Color CSS Codes

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

#84dc9d Text Font Color

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

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


#84dc9d Background Color

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

This div background color is #84dc9d


#84dc9d Border Color

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

This div border color is #84dc9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84dc9d


Comments

No comments written yet.

Please login to write comment.