Color Hex Logo

#afb649 Color Hex

#AFB649
(175,182,73)
0 Favorites   0 Comments

Color spaces of #afb649

RGB 17518273
HSL0.180.430.50
HSV64°60°71°
CMYK 0.040.000.60   0.29
XYZ35.609743.050912.7362
Yxy43.05090.38960.4710
Hunter Lab65.6132-17.947234.4204
CIE-Lab71.5895-17.089653.2049

#afb649 color RGB value is (175,182,73).

#afb649 hex color red value is 175, green value is 182 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #afb649 hue: 0.18 , saturation: 0.43 and the lightness value of afb649 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110110 01001001
Octal 257 266 111
Decimal 175 182 73
Hex AF B6 49

RGB Percentages of Color #afb649

%40.70
%42.33
%16.98

CMYK Percentages of Color #afb649

%4
%0
%60
%29

Triadic Colors of #afb649

#afb649 #49afb6 #b649af

Analogous Colors of #afb649

#afb649 #79b649 #b68749

Monochromatic Colors of #afb649

#afb649

Complementary Color

#afb649 #5049b6

#afb649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb649 Color CSS Codes

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

#afb649 Text Font Color

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

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


#afb649 Background Color

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

This div background color is #afb649


#afb649 Border Color

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

This div border color is #afb649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb649


Comments

No comments written yet.

Please login to write comment.