Color Hex Logo

#afbe6d Color Hex

#AFBE6D
(175,190,109)
0 Favorites   0 Comments

Color spaces of #afbe6d

RGB 175190109
HSL0.200.380.59
HSV71°43°75°
CMYK 0.080.000.43   0.25
XYZ38.853047.045021.5008
Yxy47.04500.36180.4380
Hunter Lab68.5894-18.918629.4268
CIE-Lab74.2185-17.794939.0844

#afbe6d color RGB value is (175,190,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 01101101
Octal 257 276 155
Decimal 175 190 109
Hex AF BE 6D

RGB Percentages of Color #afbe6d

%36.92
%40.08
%23.00

CMYK Percentages of Color #afbe6d

%8
%0
%43
%25

Triadic Colors of #afbe6d

#afbe6d #6dafbe #be6daf

Analogous Colors of #afbe6d

#afbe6d #87be6d #bea56d

Monochromatic Colors of #afbe6d

#afbe6d

Complementary Color

#afbe6d #7c6dbe

#afbe6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbe6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbe6d Color CSS Codes

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

#afbe6d Text Font Color

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

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


#afbe6d Background Color

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

This div background color is #afbe6d


#afbe6d Border Color

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

This div border color is #afbe6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbe6d


Comments

No comments written yet.

Please login to write comment.