Color Hex Logo

#afb844 Color Hex

#AFB844
(175,184,68)
0 Favorites   0 Comments

Color spaces of #afb844

RGB 17518468
HSL0.180.460.49
HSV65°63°72°
CMYK 0.050.000.63   0.28
XYZ35.863143.812312.0353
Yxy43.81230.39100.4777
Hunter Lab66.1909-19.120335.5531
CIE-Lab72.1029-18.449455.9182

#afb844 color RGB value is (175,184,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111000 01000100
Octal 257 270 104
Decimal 175 184 68
Hex AF B8 44

RGB Percentages of Color #afb844

%40.98
%43.09
%15.93

CMYK Percentages of Color #afb844

%5
%0
%63
%28

Triadic Colors of #afb844

#afb844 #44afb8 #b844af

Analogous Colors of #afb844

#afb844 #75b844 #b88744

Monochromatic Colors of #afb844

#afb844

Complementary Color

#afb844 #4d44b8

#afb844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb844 Color CSS Codes

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

#afb844 Text Font Color

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

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


#afb844 Background Color

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

This div background color is #afb844


#afb844 Border Color

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

This div border color is #afb844


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb844


Comments

No comments written yet.

Please login to write comment.