Color Hex Logo

#afab41 Color Hex

#AFAB41
(175,171,65)
0 Favorites   0 Comments

Color spaces of #afab41

RGB 17517165
HSL0.160.460.47
HSV58°63°69°
CMYK 0.000.020.63   0.31
XYZ33.196238.621410.7061
Yxy38.62140.40230.4680
Hunter Lab62.1461-13.407533.2882
CIE-Lab68.4761-12.004553.3374

#afab41 color RGB value is (175,171,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 01000001
Octal 257 253 101
Decimal 175 171 65
Hex AF AB 41

RGB Percentages of Color #afab41

%42.58
%41.61
%15.82

CMYK Percentages of Color #afab41

%0
%2
%63
%31

Triadic Colors of #afab41

#afab41 #41afab #ab41af

Analogous Colors of #afab41

#afab41 #7caf41 #af7441

Monochromatic Colors of #afab41

#afab41

Complementary Color

#afab41 #4145af

#afab41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afab41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afab41 Color CSS Codes

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

#afab41 Text Font Color

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

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


#afab41 Background Color

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

This div background color is #afab41


#afab41 Border Color

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

This div border color is #afab41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afab41


Comments

No comments written yet.

Please login to write comment.