Color Hex Logo

#afbb2a Color Hex

#AFBB2A
(175,187,42)
0 Favorites   0 Comments

Color spaces of #afbb2a

RGB 17518742
HSL0.180.630.45
HSV65°78°73°
CMYK 0.060.000.78   0.27
XYZ35.867444.82188.9515
Yxy44.82180.40010.5000
Hunter Lab66.9491-21.531138.9369
CIE-Lab72.7744-21.329566.0948

#afbb2a color RGB value is (175,187,42).

#afbb2a hex color red value is 175, green value is 187 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #afbb2a hue: 0.18 , saturation: 0.63 and the lightness value of afbb2a is 0.45.

The process color (four color CMYK) of #afbb2a color hex is 0.06, 0.00, 0.78, 0.27. Web safe color of #afbb2a is #99cc33. Color #afbb2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 00101010
Octal 257 273 52
Decimal 175 187 42
Hex AF BB 2A

RGB Percentages of Color #afbb2a

%43.32
%46.29
%10.40

CMYK Percentages of Color #afbb2a

%6
%0
%78
%27

Triadic Colors of #afbb2a

#afbb2a #2aafbb #bb2aaf

Analogous Colors of #afbb2a

#afbb2a #67bb2a #bb7f2a

Monochromatic Colors of #afbb2a

#afbb2a

Complementary Color

#afbb2a #362abb

#afbb2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbb2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbb2a Color CSS Codes

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

#afbb2a Text Font Color

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

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


#afbb2a Background Color

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

This div background color is #afbb2a


#afbb2a Border Color

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

This div border color is #afbb2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbb2a


Comments

No comments written yet.

Please login to write comment.