Color Hex Logo

#afbe6e Color Hex

#AFBE6E
(175,190,110)
0 Favorites   0 Comments

Color spaces of #afbe6e

RGB 175190110
HSL0.200.380.59
HSV71°42°75°
CMYK 0.080.000.42   0.25
XYZ38.907147.066721.7860
Yxy47.06670.36110.4368
Hunter Lab68.6052-18.828829.1957
CIE-Lab74.2324-17.682538.5956

#afbe6e color RGB value is (175,190,110).

#afbe6e hex color red value is 175, green value is 190 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #afbe6e hue: 0.20 , saturation: 0.38 and the lightness value of afbe6e is 0.59.

The process color (four color CMYK) of #afbe6e color hex is 0.08, 0.00, 0.42, 0.25. Web safe color of #afbe6e is #99cc66. Color #afbe6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 01101110
Octal 257 276 156
Decimal 175 190 110
Hex AF BE 6E

RGB Percentages of Color #afbe6e

%36.84
%40.00
%23.16

CMYK Percentages of Color #afbe6e

%8
%0
%42
%25

Triadic Colors of #afbe6e

#afbe6e #6eafbe #be6eaf

Analogous Colors of #afbe6e

#afbe6e #87be6e #bea56e

Monochromatic Colors of #afbe6e

#afbe6e

Complementary Color

#afbe6e #7d6ebe

#afbe6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbe6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbe6e Color CSS Codes

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

#afbe6e Text Font Color

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

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


#afbe6e Background Color

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

This div background color is #afbe6e


#afbe6e Border Color

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

This div border color is #afbe6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbe6e


Comments

No comments written yet.

Please login to write comment.