Color Hex Logo

#afb447 Color Hex

#AFB447
(175,180,71)
0 Favorites   0 Comments

Color spaces of #afb447

RGB 17518071
HSL0.170.430.49
HSV63°61°71°
CMYK 0.030.000.61   0.29
XYZ35.137842.211412.2569
Yxy42.21140.39210.4711
Hunter Lab64.9703-17.160134.2939
CIE-Lab71.0164-16.218853.4595

#afb447 color RGB value is (175,180,71).

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

The process color (four color CMYK) of #afb447 color hex is 0.03, 0.00, 0.61, 0.29. Web safe color of #afb447 is #99cc33. Color #afb447 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110100 01000111
Octal 257 264 107
Decimal 175 180 71
Hex AF B4 47

RGB Percentages of Color #afb447

%41.08
%42.25
%16.67

CMYK Percentages of Color #afb447

%3
%0
%61
%29

Triadic Colors of #afb447

#afb447 #47afb4 #b447af

Analogous Colors of #afb447

#afb447 #79b447 #b48347

Monochromatic Colors of #afb447

#afb447

Complementary Color

#afb447 #4c47b4

#afb447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb447 Color CSS Codes

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

#afb447 Text Font Color

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

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


#afb447 Background Color

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

This div background color is #afb447


#afb447 Border Color

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

This div border color is #afb447


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb447


Comments

No comments written yet.

Please login to write comment.