Color Hex Logo

#8a907f Color Hex

#8A907F
(138,144,127)
0 Favorites   0 Comments

Color spaces of #8a907f

RGB 138144127
HSL0.230.070.53
HSV81°12°56°
CMYK 0.040.000.12   0.44
XYZ24.285326.882123.9875
Yxy26.88210.32310.3577
Hunter Lab51.8480-7.12558.8630
CIE-Lab58.8650-5.41738.2856

#8a907f color RGB value is (138,144,127).

#8a907f hex color red value is 138, green value is 144 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #8a907f hue: 0.23 , saturation: 0.07 and the lightness value of 8a907f is 0.53.

The process color (four color CMYK) of #8a907f color hex is 0.04, 0.00, 0.12, 0.44. Web safe color of #8a907f is #999966. Color #8a907f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10010000 01111111
Octal 212 220 177
Decimal 138 144 127
Hex 8A 90 7F

RGB Percentages of Color #8a907f

%33.74
%35.21
%31.05

CMYK Percentages of Color #8a907f

%4
%0
%12
%44

Triadic Colors of #8a907f

#8a907f #7f8a90 #907f8a

Analogous Colors of #8a907f

#8a907f #82907f #908e7f

Monochromatic Colors of #8a907f

#8a907f

Complementary Color

#8a907f #857f90

#8a907f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a907f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a907f Color CSS Codes

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

#8a907f Text Font Color

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

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


#8a907f Background Color

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

This div background color is #8a907f


#8a907f Border Color

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

This div border color is #8a907f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,144,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8a907f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8a907f;
  -webkit-box-shadow: 1px 1px 3px 2px #8a907f;
  box-shadow:         1px 1px 3px 2px #8a907f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a907f


Comments

No comments written yet.

Please login to write comment.