Color Hex Logo

#848a7e Color Hex

#848A7E
(132,138,126)
0 Favorites   0 Comments

Color spaces of #848a7e

RGB 132138126
HSL0.250.050.52
HSV90°54°
CMYK 0.040.000.09   0.46
XYZ22.370124.588823.3058
Yxy24.58880.31840.3499
Hunter Lab49.5871-6.25126.8448
CIE-Lab56.6726-4.53685.6608

#848a7e color RGB value is (132,138,126).

#848a7e hex color red value is 132, green value is 138 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #848a7e hue: 0.25 , saturation: 0.05 and the lightness value of 848a7e is 0.52.

The process color (four color CMYK) of #848a7e color hex is 0.04, 0.00, 0.09, 0.46. Web safe color of #848a7e is #999966. Color #848a7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001010 01111110
Octal 204 212 176
Decimal 132 138 126
Hex 84 8A 7E

RGB Percentages of Color #848a7e

%33.33
%34.85
%31.82

CMYK Percentages of Color #848a7e

%4
%0
%9
%46

Triadic Colors of #848a7e

#848a7e #7e848a #8a7e84

Analogous Colors of #848a7e

#848a7e #7e8a7e #8a8a7e

Monochromatic Colors of #848a7e

#848a7e

Complementary Color

#848a7e #847e8a

#848a7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848a7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#848a7e Color CSS Codes

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

#848a7e Text Font Color

<p style="color:#848a7e">Text here</p>

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


#848a7e Background Color

<div style="background-color:#848a7e">
Div content here</div>

This div background color is #848a7e


#848a7e Border Color

<div style="border:3px solid #848a7e">
Div here</div>

This div border color is #848a7e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,138,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #848a7e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #848a7e;
  -webkit-box-shadow: 1px 1px 3px 2px #848a7e;
  box-shadow:         1px 1px 3px 2px #848a7e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848a7e


Comments

No comments written yet.

Please login to write comment.