Color Hex Logo

#afab25 Color Hex

#AFAB25
(175,171,37)
0 Favorites   0 Comments

Color spaces of #afab25

RGB 17517137
HSL0.160.650.42
HSV58°79°69°
CMYK 0.000.020.79   0.31
XYZ32.576038.37347.4401
Yxy38.37340.41560.4895
Hunter Lab61.9463-14.537336.2413
CIE-Lab68.2949-13.430163.5707

#afab25 color RGB value is (175,171,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 00100101
Octal 257 253 45
Decimal 175 171 37
Hex AF AB 25

RGB Percentages of Color #afab25

%45.69
%44.65
%9.66

CMYK Percentages of Color #afab25

%0
%2
%79
%31

Triadic Colors of #afab25

#afab25 #25afab #ab25af

Analogous Colors of #afab25

#afab25 #6eaf25 #af6625

Monochromatic Colors of #afab25

#afab25

Complementary Color

#afab25 #2529af

#afab25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afab25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afab25 Color CSS Codes

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

#afab25 Text Font Color

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

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


#afab25 Background Color

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

This div background color is #afab25


#afab25 Border Color

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

This div border color is #afab25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afab25


Comments

No comments written yet.

Please login to write comment.