Color Hex Logo

#afb249 Color Hex

#AFB249
(175,178,73)
0 Favorites   0 Comments

Color spaces of #afb249

RGB 17517873
HSL0.170.420.49
HSV62°59°70°
CMYK 0.020.000.59   0.30
XYZ34.802241.435812.4670
Yxy41.43580.39230.4671
Hunter Lab64.3706-16.142033.5764
CIE-Lab70.4802-15.053551.9863

#afb249 color RGB value is (175,178,73).

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

The process color (four color CMYK) of #afb249 color hex is 0.02, 0.00, 0.59, 0.30. Web safe color of #afb249 is #999933. Color #afb249 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110010 01001001
Octal 257 262 111
Decimal 175 178 73
Hex AF B2 49

RGB Percentages of Color #afb249

%41.08
%41.78
%17.14

CMYK Percentages of Color #afb249

%2
%0
%59
%30

Triadic Colors of #afb249

#afb249 #49afb2 #b249af

Analogous Colors of #afb249

#afb249 #7bb249 #b28149

Monochromatic Colors of #afb249

#afb249

Complementary Color

#afb249 #4c49b2

#afb249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb249 Color CSS Codes

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

#afb249 Text Font Color

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

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


#afb249 Background Color

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

This div background color is #afb249


#afb249 Border Color

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

This div border color is #afb249


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,178,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 #afb249">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb249


Comments

No comments written yet.

Please login to write comment.