Color Hex Logo

#afb149 Color Hex

#AFB149
(175,177,73)
0 Favorites   0 Comments

Color spaces of #afb149

RGB 17517773
HSL0.170.420.49
HSV61°59°69°
CMYK 0.010.000.59   0.31
XYZ34.603941.039312.4009
Yxy41.03930.39300.4661
Hunter Lab64.0619-15.689233.3662
CIE-Lab70.2034-14.541451.6811

#afb149 color RGB value is (175,177,73).

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

The process color (four color CMYK) of #afb149 color hex is 0.01, 0.00, 0.59, 0.31. Web safe color of #afb149 is #999933. Color #afb149 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110001 01001001
Octal 257 261 111
Decimal 175 177 73
Hex AF B1 49

RGB Percentages of Color #afb149

%41.18
%41.65
%17.18

CMYK Percentages of Color #afb149

%1
%0
%59
%31

Triadic Colors of #afb149

#afb149 #49afb1 #b149af

Analogous Colors of #afb149

#afb149 #7bb149 #b17f49

Monochromatic Colors of #afb149

#afb149

Complementary Color

#afb149 #4b49b1

#afb149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb149 Color CSS Codes

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

#afb149 Text Font Color

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

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


#afb149 Background Color

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

This div background color is #afb149


#afb149 Border Color

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

This div border color is #afb149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb149


Comments

No comments written yet.

Please login to write comment.