Color Hex Logo

#afb68a Color Hex

#AFB68A
(175,182,138)
0 Favorites   0 Comments

Color spaces of #afb68a

RGB 175182138
HSL0.190.230.63
HSV70°24°71°
CMYK 0.040.000.24   0.29
XYZ38.994644.404830.5605
Yxy44.40480.34220.3897
Hunter Lab66.6369-12.160019.4547
CIE-Lab72.4982-9.929521.6358

#afb68a color RGB value is (175,182,138).

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

The process color (four color CMYK) of #afb68a color hex is 0.04, 0.00, 0.24, 0.29. Web safe color of #afb68a is #99cc99. Color #afb68a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110110 10001010
Octal 257 266 212
Decimal 175 182 138
Hex AF B6 8A

RGB Percentages of Color #afb68a

%35.35
%36.77
%27.88

CMYK Percentages of Color #afb68a

%4
%0
%24
%29

Triadic Colors of #afb68a

#afb68a #8aafb6 #b68aaf

Analogous Colors of #afb68a

#afb68a #99b68a #b6a78a

Monochromatic Colors of #afb68a

#afb68a

Complementary Color

#afb68a #918ab6

#afb68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb68a Color CSS Codes

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

#afb68a Text Font Color

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

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


#afb68a Background Color

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

This div background color is #afb68a


#afb68a Border Color

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

This div border color is #afb68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb68a

#afb68a Color Palettes


Comments

No comments written yet.

Please login to write comment.