Color Hex Logo

#afb61f Color Hex

#AFB61F
(175,182,31)
0 Favorites   0 Comments

Color spaces of #afb61f

RGB 17518231
HSL0.170.710.42
HSV63°83°71°
CMYK 0.040.000.83   0.29
XYZ34.654542.66887.7057
Yxy42.66880.40760.5018
Hunter Lab65.3214-19.614038.7307
CIE-Lab71.3296-19.221567.8413

#afb61f color RGB value is (175,182,31).

#afb61f hex color red value is 175, green value is 182 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #afb61f hue: 0.17 , saturation: 0.71 and the lightness value of afb61f is 0.42.

The process color (four color CMYK) of #afb61f color hex is 0.04, 0.00, 0.83, 0.29. Web safe color of #afb61f is #99cc33. Color #afb61f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110110 00011111
Octal 257 266 37
Decimal 175 182 31
Hex AF B6 1F

RGB Percentages of Color #afb61f

%45.10
%46.91
%7.99

CMYK Percentages of Color #afb61f

%4
%0
%83
%29

Triadic Colors of #afb61f

#afb61f #1fafb6 #b61faf

Analogous Colors of #afb61f

#afb61f #64b61f #b6721f

Monochromatic Colors of #afb61f

#afb61f

Complementary Color

#afb61f #261fb6

#afb61f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb61f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb61f Color CSS Codes

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

#afb61f Text Font Color

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

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


#afb61f Background Color

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

This div background color is #afb61f


#afb61f Border Color

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

This div border color is #afb61f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb61f


Comments

No comments written yet.

Please login to write comment.