Color Hex Logo

#afab3e Color Hex

#AFAB3E
(175,171,62)
0 Favorites   0 Comments

Color spaces of #afab3e

RGB 17517162
HSL0.160.480.46
HSV58°65°69°
CMYK 0.000.020.65   0.31
XYZ33.111638.587610.2604
Yxy38.58760.40400.4708
Hunter Lab62.1189-13.561233.6901
CIE-Lab68.4515-12.197654.5941

#afab3e color RGB value is (175,171,62).

#afab3e hex color red value is 175, green value is 171 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #afab3e hue: 0.16 , saturation: 0.48 and the lightness value of afab3e is 0.46.

The process color (four color CMYK) of #afab3e color hex is 0.00, 0.02, 0.65, 0.31. Web safe color of #afab3e is #999933. Color #afab3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 00111110
Octal 257 253 76
Decimal 175 171 62
Hex AF AB 3E

RGB Percentages of Color #afab3e

%42.89
%41.91
%15.20

CMYK Percentages of Color #afab3e

%0
%2
%65
%31

Triadic Colors of #afab3e

#afab3e #3eafab #ab3eaf

Analogous Colors of #afab3e

#afab3e #7baf3e #af733e

Monochromatic Colors of #afab3e

#afab3e

Complementary Color

#afab3e #3e42af

#afab3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afab3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afab3e Color CSS Codes

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

#afab3e Text Font Color

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

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


#afab3e Background Color

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

This div background color is #afab3e


#afab3e Border Color

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

This div border color is #afab3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afab3e


Comments

No comments written yet.

Please login to write comment.