Color Hex Logo

#8db484 Color Hex

#8DB484
(141,180,132)
0 Favorites   0 Comments

Color spaces of #8db484

RGB 141180132
HSL0.300.240.61
HSV109°27°71°
CMYK 0.220.000.27   0.29
XYZ31.470639.971227.8863
Yxy39.97120.31680.4024
Hunter Lab63.2228-21.787418.1043
CIE-Lab69.4490-22.408120.3152

#8db484 color RGB value is (141,180,132).

#8db484 hex color red value is 141, green value is 180 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #8db484 hue: 0.30 , saturation: 0.24 and the lightness value of 8db484 is 0.61.

The process color (four color CMYK) of #8db484 color hex is 0.22, 0.00, 0.27, 0.29. Web safe color of #8db484 is #99cc99. Color #8db484 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10110100 10000100
Octal 215 264 204
Decimal 141 180 132
Hex 8D B4 84

RGB Percentages of Color #8db484

%31.13
%39.74
%29.14

CMYK Percentages of Color #8db484

%22
%0
%27
%29

Triadic Colors of #8db484

#8db484 #848db4 #b4848d

Analogous Colors of #8db484

#8db484 #84b493 #a5b484

Monochromatic Colors of #8db484

#8db484

Complementary Color

#8db484 #ab84b4

#8db484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8db484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8db484 Color CSS Codes

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

#8db484 Text Font Color

<p style="color:#8db484">Text here</p>

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


#8db484 Background Color

<div style="background-color:#8db484">
Div content here</div>

This div background color is #8db484


#8db484 Border Color

<div style="border:3px solid #8db484">
Div here</div>

This div border color is #8db484


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,180,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8db484; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8db484;
  -webkit-box-shadow: 1px 1px 3px 2px #8db484;
  box-shadow:         1px 1px 3px 2px #8db484; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8db484


Comments

No comments written yet.

Please login to write comment.