Color Hex Logo

#afab3b Color Hex

#AFAB3B
(175,171,59)
0 Favorites   0 Comments

Color spaces of #afab3b

RGB 17517159
HSL0.160.500.46
HSV58°66°69°
CMYK 0.000.020.66   0.31
XYZ33.031538.55559.8387
Yxy38.55550.40570.4735
Hunter Lab62.0931-13.706734.0706
CIE-Lab68.4281-12.380655.8181

#afab3b color RGB value is (175,171,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 00111011
Octal 257 253 73
Decimal 175 171 59
Hex AF AB 3B

RGB Percentages of Color #afab3b

%43.21
%42.22
%14.57

CMYK Percentages of Color #afab3b

%0
%2
%66
%31

Triadic Colors of #afab3b

#afab3b #3bafab #ab3baf

Analogous Colors of #afab3b

#afab3b #79af3b #af713b

Monochromatic Colors of #afab3b

#afab3b

Complementary Color

#afab3b #3b3faf

#afab3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afab3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afab3b Color CSS Codes

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

#afab3b Text Font Color

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

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


#afab3b Background Color

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

This div background color is #afab3b


#afab3b Border Color

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

This div border color is #afab3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afab3b


Comments

No comments written yet.

Please login to write comment.