Color Hex Logo

#afb28c Color Hex

#AFB28C
(175,178,140)
0 Favorites   0 Comments

Color spaces of #afb28c

RGB 175178140
HSL0.180.200.62
HSV65°21°70°
CMYK 0.020.000.21   0.30
XYZ38.333242.848231.0611
Yxy42.84820.34150.3817
Hunter Lab65.4585-10.021017.6869
CIE-Lab71.4518-7.531619.1205

#afb28c color RGB value is (175,178,140).

#afb28c hex color red value is 175, green value is 178 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #afb28c hue: 0.18 , saturation: 0.20 and the lightness value of afb28c is 0.62.

The process color (four color CMYK) of #afb28c color hex is 0.02, 0.00, 0.21, 0.30. Web safe color of #afb28c is #999999. Color #afb28c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110010 10001100
Octal 257 262 214
Decimal 175 178 140
Hex AF B2 8C

RGB Percentages of Color #afb28c

%35.50
%36.11
%28.40

CMYK Percentages of Color #afb28c

%2
%0
%21
%30

Triadic Colors of #afb28c

#afb28c #8cafb2 #b28caf

Analogous Colors of #afb28c

#afb28c #9cb28c #b2a28c

Monochromatic Colors of #afb28c

#afb28c

Complementary Color

#afb28c #8f8cb2

#afb28c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb28c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb28c Color CSS Codes

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

#afb28c Text Font Color

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

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


#afb28c Background Color

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

This div background color is #afb28c


#afb28c Border Color

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

This div border color is #afb28c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb28c


Comments

No comments written yet.

Please login to write comment.