Color Hex Logo

#84b798 Color Hex

#84B798
(132,183,152)
0 Favorites   0 Comments

Color spaces of #84b798

RGB 132183152
HSL0.400.260.62
HSV144°28°72°
CMYK 0.280.000.17   0.28
XYZ32.116741.039535.9345
Yxy41.03950.29440.3762
Hunter Lab64.0621-22.620011.5858
CIE-Lab70.2036-23.309410.4144

#84b798 color RGB value is (132,183,152).

#84b798 hex color red value is 132, green value is 183 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #84b798 hue: 0.40 , saturation: 0.26 and the lightness value of 84b798 is 0.62.

The process color (four color CMYK) of #84b798 color hex is 0.28, 0.00, 0.17, 0.28. Web safe color of #84b798 is #99cc99. Color #84b798 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10110111 10011000
Octal 204 267 230
Decimal 132 183 152
Hex 84 B7 98

RGB Percentages of Color #84b798

%28.27
%39.19
%32.55

CMYK Percentages of Color #84b798

%28
%0
%17
%28

Triadic Colors of #84b798

#84b798 #9884b7 #b79884

Analogous Colors of #84b798

#84b798 #84b7b2 #8ab784

Monochromatic Colors of #84b798

#84b798

Complementary Color

#84b798 #b784a3

#84b798 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84b798 Color Preview on White Background

Lorem ipsum dolor sit amet.

#84b798 Color CSS Codes

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

#84b798 Text Font Color

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

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


#84b798 Background Color

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

This div background color is #84b798


#84b798 Border Color

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

This div border color is #84b798


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84b798


Comments

No comments written yet.

Please login to write comment.