Color Hex Logo

#afbf3a Color Hex

#AFBF3A
(175,191,58)
0 Favorites   0 Comments

Color spaces of #afbf3a

RGB 17519158
HSL0.190.530.49
HSV67°70°75°
CMYK 0.080.000.70   0.25
XYZ37.073746.681111.0593
Yxy46.68110.39100.4923
Hunter Lab68.3236-22.708738.2294
CIE-Lab73.9853-22.543061.8319

#afbf3a color RGB value is (175,191,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 00111010
Octal 257 277 72
Decimal 175 191 58
Hex AF BF 3A

RGB Percentages of Color #afbf3a

%41.27
%45.05
%13.68

CMYK Percentages of Color #afbf3a

%8
%0
%70
%25

Triadic Colors of #afbf3a

#afbf3a #3aafbf #bf3aaf

Analogous Colors of #afbf3a

#afbf3a #6dbf3a #bf8d3a

Monochromatic Colors of #afbf3a

#afbf3a

Complementary Color

#afbf3a #4a3abf

#afbf3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbf3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbf3a Color CSS Codes

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

#afbf3a Text Font Color

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

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


#afbf3a Background Color

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

This div background color is #afbf3a


#afbf3a Border Color

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

This div border color is #afbf3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbf3a


Comments

No comments written yet.

Please login to write comment.