Color Hex Logo

#afb48e Color Hex

#AFB48E
(175,180,142)
0 Favorites   0 Comments

Color spaces of #afb48e

RGB 175180142
HSL0.190.200.63
HSV68°21°71°
CMYK 0.030.000.21   0.29
XYZ38.882943.709531.9786
Yxy43.70950.33940.3815
Hunter Lab66.1132-10.717517.6009
CIE-Lab72.0339-8.283118.8403

#afb48e color RGB value is (175,180,142).

#afb48e hex color red value is 175, green value is 180 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #afb48e hue: 0.19 , saturation: 0.20 and the lightness value of afb48e is 0.63.

The process color (four color CMYK) of #afb48e color hex is 0.03, 0.00, 0.21, 0.29. Web safe color of #afb48e is #99cc99. Color #afb48e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110100 10001110
Octal 257 264 216
Decimal 175 180 142
Hex AF B4 8E

RGB Percentages of Color #afb48e

%35.21
%36.22
%28.57

CMYK Percentages of Color #afb48e

%3
%0
%21
%29

Triadic Colors of #afb48e

#afb48e #8eafb4 #b48eaf

Analogous Colors of #afb48e

#afb48e #9cb48e #b4a68e

Monochromatic Colors of #afb48e

#afb48e

Complementary Color

#afb48e #938eb4

#afb48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb48e Color CSS Codes

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

#afb48e Text Font Color

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

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


#afb48e Background Color

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

This div background color is #afb48e


#afb48e Border Color

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

This div border color is #afb48e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb48e


Comments

No comments written yet.

Please login to write comment.