Color Hex Logo

#84b79c Color Hex

#84B79C
(132,183,156)
0 Favorites   0 Comments

Color spaces of #84b79c

RGB 132183156
HSL0.410.260.62
HSV148°28°72°
CMYK 0.280.000.15   0.28
XYZ32.450041.172837.6893
Yxy41.17280.29150.3699
Hunter Lab64.1660-22.019710.0910
CIE-Lab70.2968-22.51078.3610

#84b79c color RGB value is (132,183,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10110111 10011100
Octal 204 267 234
Decimal 132 183 156
Hex 84 B7 9C

RGB Percentages of Color #84b79c

%28.03
%38.85
%33.12

CMYK Percentages of Color #84b79c

%28
%0
%15
%28

Triadic Colors of #84b79c

#84b79c #9c84b7 #b79c84

Analogous Colors of #84b79c

#84b79c #84b7b6 #86b784

Monochromatic Colors of #84b79c

#84b79c

Complementary Color

#84b79c #b7849f

#84b79c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84b79c Color Preview on White Background

Lorem ipsum dolor sit amet.

#84b79c Color CSS Codes

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

#84b79c Text Font Color

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

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


#84b79c Background Color

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

This div background color is #84b79c


#84b79c Border Color

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

This div border color is #84b79c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84b79c


Comments

No comments written yet.

Please login to write comment.