Color Hex Logo

#8aaf83 Color Hex

#8AAF83
(138,175,131)
0 Favorites   0 Comments

Color spaces of #8aaf83

RGB 138175131
HSL0.310.220.60
HSV110°25°69°
CMYK 0.210.000.25   0.31
XYZ29.907937.701927.1736
Yxy37.70190.31550.3978
Hunter Lab61.4019-20.508716.7423
CIE-Lab67.8003-21.124618.5640

#8aaf83 color RGB value is (138,175,131).

#8aaf83 hex color red value is 138, green value is 175 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #8aaf83 hue: 0.31 , saturation: 0.22 and the lightness value of 8aaf83 is 0.60.

The process color (four color CMYK) of #8aaf83 color hex is 0.21, 0.00, 0.25, 0.31. Web safe color of #8aaf83 is #999999. Color #8aaf83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101111 10000011
Octal 212 257 203
Decimal 138 175 131
Hex 8A AF 83

RGB Percentages of Color #8aaf83

%31.08
%39.41
%29.50

CMYK Percentages of Color #8aaf83

%21
%0
%25
%31

Triadic Colors of #8aaf83

#8aaf83 #838aaf #af838a

Analogous Colors of #8aaf83

#8aaf83 #83af92 #a0af83

Monochromatic Colors of #8aaf83

#8aaf83

Complementary Color

#8aaf83 #a883af

#8aaf83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aaf83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aaf83 Color CSS Codes

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

#8aaf83 Text Font Color

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

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


#8aaf83 Background Color

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

This div background color is #8aaf83


#8aaf83 Border Color

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

This div border color is #8aaf83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aaf83


Comments

No comments written yet.

Please login to write comment.