Color Hex Logo

#afb467 Color Hex

#AFB467
(175,180,103)
0 Favorites   0 Comments

Color spaces of #afb467

RGB 175180103
HSL0.180.340.55
HSV64°43°71°
CMYK 0.030.000.43   0.29
XYZ36.448642.735719.1597
Yxy42.73570.37060.4346
Hunter Lab65.3725-14.878928.3838
CIE-Lab71.3752-13.357438.5726

#afb467 color RGB value is (175,180,103).

#afb467 hex color red value is 175, green value is 180 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #afb467 hue: 0.18 , saturation: 0.34 and the lightness value of afb467 is 0.55.

The process color (four color CMYK) of #afb467 color hex is 0.03, 0.00, 0.43, 0.29. Web safe color of #afb467 is #99cc66. Color #afb467 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110100 01100111
Octal 257 264 147
Decimal 175 180 103
Hex AF B4 67

RGB Percentages of Color #afb467

%38.21
%39.30
%22.49

CMYK Percentages of Color #afb467

%3
%0
%43
%29

Triadic Colors of #afb467

#afb467 #67afb4 #b467af

Analogous Colors of #afb467

#afb467 #89b467 #b49367

Monochromatic Colors of #afb467

#afb467

Complementary Color

#afb467 #6c67b4

#afb467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb467 Color CSS Codes

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

#afb467 Text Font Color

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

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


#afb467 Background Color

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

This div background color is #afb467


#afb467 Border Color

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

This div border color is #afb467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb467


Comments

No comments written yet.

Please login to write comment.