Color Hex Logo

#afbf31 Color Hex

#AFBF31
(175,191,49)
0 Favorites   0 Comments

Color spaces of #afbf31

RGB 17519149
HSL0.190.590.47
HSV67°74°75°
CMYK 0.080.000.74   0.25
XYZ36.864446.59739.9570
Yxy46.59730.39460.4988
Hunter Lab68.2622-23.061539.1353
CIE-Lab73.9314-22.999564.9484

#afbf31 color RGB value is (175,191,49).

#afbf31 hex color red value is 175, green value is 191 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #afbf31 hue: 0.19 , saturation: 0.59 and the lightness value of afbf31 is 0.47.

The process color (four color CMYK) of #afbf31 color hex is 0.08, 0.00, 0.74, 0.25. Web safe color of #afbf31 is #99cc33. Color #afbf31 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 00110001
Octal 257 277 61
Decimal 175 191 49
Hex AF BF 31

RGB Percentages of Color #afbf31

%42.17
%46.02
%11.81

CMYK Percentages of Color #afbf31

%8
%0
%74
%25

Triadic Colors of #afbf31

#afbf31 #31afbf #bf31af

Analogous Colors of #afbf31

#afbf31 #68bf31 #bf8831

Monochromatic Colors of #afbf31

#afbf31

Complementary Color

#afbf31 #4131bf

#afbf31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbf31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbf31 Color CSS Codes

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

#afbf31 Text Font Color

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

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


#afbf31 Background Color

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

This div background color is #afbf31


#afbf31 Border Color

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

This div border color is #afbf31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbf31


Comments

No comments written yet.

Please login to write comment.