Color Hex Logo

#afbe8a Color Hex

#AFBE8A
(175,190,138)
0 Favorites   0 Comments

Color spaces of #afbe8a

RGB 175190138
HSL0.210.290.64
HSV77°27°75°
CMYK 0.080.000.27   0.25
XYZ40.680147.775831.1223
Yxy47.77580.34020.3995
Hunter Lab69.1200-15.905221.6878
CIE-Lab74.6833-14.070224.6056

#afbe8a color RGB value is (175,190,138).

#afbe8a hex color red value is 175, green value is 190 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #afbe8a hue: 0.21 , saturation: 0.29 and the lightness value of afbe8a is 0.64.

The process color (four color CMYK) of #afbe8a color hex is 0.08, 0.00, 0.27, 0.25. Web safe color of #afbe8a is #99cc99. Color #afbe8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 10001010
Octal 257 276 212
Decimal 175 190 138
Hex AF BE 8A

RGB Percentages of Color #afbe8a

%34.79
%37.77
%27.44

CMYK Percentages of Color #afbe8a

%8
%0
%27
%25

Triadic Colors of #afbe8a

#afbe8a #8aafbe #be8aaf

Analogous Colors of #afbe8a

#afbe8a #95be8a #beb38a

Monochromatic Colors of #afbe8a

#afbe8a

Complementary Color

#afbe8a #998abe

#afbe8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbe8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbe8a Color CSS Codes

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

#afbe8a Text Font Color

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

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


#afbe8a Background Color

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

This div background color is #afbe8a


#afbe8a Border Color

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

This div border color is #afbe8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbe8a


Comments

No comments written yet.

Please login to write comment.