Color Hex Logo

#84929d Color Hex

#84929D
(132,146,157)
0 Favorites   0 Comments

Color spaces of #84929d

RGB 132146157
HSL0.570.110.57
HSV206°16°62°
CMYK 0.160.070.00   0.38
XYZ25.880427.897635.9190
Yxy27.89760.28850.3110
Hunter Lab52.8182-4.9685-3.3474
CIE-Lab59.7961-2.6309-7.5096

#84929d color RGB value is (132,146,157).

#84929d hex color red value is 132, green value is 146 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #84929d hue: 0.57 , saturation: 0.11 and the lightness value of 84929d is 0.57.

The process color (four color CMYK) of #84929d color hex is 0.16, 0.07, 0.00, 0.38. Web safe color of #84929d is #999999. Color #84929d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010010 10011101
Octal 204 222 235
Decimal 132 146 157
Hex 84 92 9D

RGB Percentages of Color #84929d

%30.34
%33.56
%36.09

CMYK Percentages of Color #84929d

%16
%7
%0
%38

Triadic Colors of #84929d

#84929d #9d8492 #929d84

Analogous Colors of #84929d

#84929d #84869d #849d9c

Monochromatic Colors of #84929d

#84929d

Complementary Color

#84929d #9d8f84

#84929d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84929d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84929d Color CSS Codes

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

#84929d Text Font Color

<p style="color:#84929d">Text here</p>

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


#84929d Background Color

<div style="background-color:#84929d">
Div content here</div>

This div background color is #84929d


#84929d Border Color

<div style="border:3px solid #84929d">
Div here</div>

This div border color is #84929d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,146,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 #84929d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84929d


Comments

No comments written yet.

Please login to write comment.