Color Hex Logo

#afba8e Color Hex

#AFBA8E
(175,186,142)
0 Favorites   0 Comments

Color spaces of #afba8e

RGB 175186142
HSL0.210.240.64
HSV75°24°73°
CMYK 0.060.000.24   0.27
XYZ40.120646.184832.3912
Yxy46.18480.33800.3891
Hunter Lab67.9594-13.549519.3124
CIE-Lab73.6653-11.417721.0837

#afba8e color RGB value is (175,186,142).

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

The process color (four color CMYK) of #afba8e color hex is 0.06, 0.00, 0.24, 0.27. Web safe color of #afba8e is #99cc99. Color #afba8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111010 10001110
Octal 257 272 216
Decimal 175 186 142
Hex AF BA 8E

RGB Percentages of Color #afba8e

%34.79
%36.98
%28.23

CMYK Percentages of Color #afba8e

%6
%0
%24
%27

Triadic Colors of #afba8e

#afba8e #8eafba #ba8eaf

Analogous Colors of #afba8e

#afba8e #99ba8e #baaf8e

Monochromatic Colors of #afba8e

#afba8e

Complementary Color

#afba8e #998eba

#afba8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afba8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afba8e Color CSS Codes

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

#afba8e Text Font Color

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

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


#afba8e Background Color

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

This div background color is #afba8e


#afba8e Border Color

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

This div border color is #afba8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afba8e


Comments

No comments written yet.

Please login to write comment.