Color Hex Logo

#afbb49 Color Hex

#AFBB49
(175,187,73)
0 Favorites   0 Comments

Color spaces of #afbb49

RGB 17518773
HSL0.180.460.51
HSV66°61°73°
CMYK 0.060.000.61   0.27
XYZ36.652145.135613.0836
Yxy45.13560.38630.4758
Hunter Lab67.1830-20.188635.4817
CIE-Lab72.9811-19.604554.7228

#afbb49 color RGB value is (175,187,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 01001001
Octal 257 273 111
Decimal 175 187 73
Hex AF BB 49

RGB Percentages of Color #afbb49

%40.23
%42.99
%16.78

CMYK Percentages of Color #afbb49

%6
%0
%61
%27

Triadic Colors of #afbb49

#afbb49 #49afbb #bb49af

Analogous Colors of #afbb49

#afbb49 #76bb49 #bb8e49

Monochromatic Colors of #afbb49

#afbb49

Complementary Color

#afbb49 #5549bb

#afbb49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbb49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbb49 Color CSS Codes

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

#afbb49 Text Font Color

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

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


#afbb49 Background Color

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

This div background color is #afbb49


#afbb49 Border Color

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

This div border color is #afbb49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbb49


Comments

No comments written yet.

Please login to write comment.