Color Hex Logo

#afb744 Color Hex

#AFB744
(175,183,68)
0 Favorites   0 Comments

Color spaces of #afb744

RGB 17518368
HSL0.180.460.49
HSV64°63°72°
CMYK 0.040.000.63   0.28
XYZ35.656143.398311.9663
Yxy43.39830.39170.4768
Hunter Lab65.8774-18.672435.3444
CIE-Lab71.8245-17.945955.6220

#afb744 color RGB value is (175,183,68).

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

The process color (four color CMYK) of #afb744 color hex is 0.04, 0.00, 0.63, 0.28. Web safe color of #afb744 is #99cc33. Color #afb744 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110111 01000100
Octal 257 267 104
Decimal 175 183 68
Hex AF B7 44

RGB Percentages of Color #afb744

%41.08
%42.96
%15.96

CMYK Percentages of Color #afb744

%4
%0
%63
%28

Triadic Colors of #afb744

#afb744 #44afb7 #b744af

Analogous Colors of #afb744

#afb744 #76b744 #b78644

Monochromatic Colors of #afb744

#afb744

Complementary Color

#afb744 #4c44b7

#afb744 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb744 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb744 Color CSS Codes

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

#afb744 Text Font Color

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

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


#afb744 Background Color

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

This div background color is #afb744


#afb744 Border Color

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

This div border color is #afb744


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb744


Comments

No comments written yet.

Please login to write comment.