Color Hex Logo

#afab2a Color Hex

#AFAB2A
(175,171,42)
0 Favorites   0 Comments

Color spaces of #afab2a

RGB 17517142
HSL0.160.610.43
HSV58°76°69°
CMYK 0.000.020.76   0.31
XYZ32.660038.40697.8824
Yxy38.40690.41370.4865
Hunter Lab61.9733-14.383635.8402
CIE-Lab68.3194-13.235362.0238

#afab2a color RGB value is (175,171,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 00101010
Octal 257 253 52
Decimal 175 171 42
Hex AF AB 2A

RGB Percentages of Color #afab2a

%45.10
%44.07
%10.82

CMYK Percentages of Color #afab2a

%0
%2
%76
%31

Triadic Colors of #afab2a

#afab2a #2aafab #ab2aaf

Analogous Colors of #afab2a

#afab2a #71af2a #af692a

Monochromatic Colors of #afab2a

#afab2a

Complementary Color

#afab2a #2a2eaf

#afab2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afab2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afab2a Color CSS Codes

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

#afab2a Text Font Color

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

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


#afab2a Background Color

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

This div background color is #afab2a


#afab2a Border Color

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

This div border color is #afab2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afab2a


Comments

No comments written yet.

Please login to write comment.