Color Hex Logo

#afbe86 Color Hex

#AFBE86
(175,190,134)
0 Favorites   0 Comments

Color spaces of #afbe86

RGB 175190134
HSL0.210.300.64
HSV76°29°75°
CMYK 0.080.000.29   0.25
XYZ40.395747.662129.6249
Yxy47.66210.34330.4050
Hunter Lab69.0377-16.371322.8844
CIE-Lab74.6113-14.640126.6292

#afbe86 color RGB value is (175,190,134).

#afbe86 hex color red value is 175, green value is 190 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #afbe86 hue: 0.21 , saturation: 0.30 and the lightness value of afbe86 is 0.64.

The process color (four color CMYK) of #afbe86 color hex is 0.08, 0.00, 0.29, 0.25. Web safe color of #afbe86 is #99cc99. Color #afbe86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 10000110
Octal 257 276 206
Decimal 175 190 134
Hex AF BE 86

RGB Percentages of Color #afbe86

%35.07
%38.08
%26.85

CMYK Percentages of Color #afbe86

%8
%0
%29
%25

Triadic Colors of #afbe86

#afbe86 #86afbe #be86af

Analogous Colors of #afbe86

#afbe86 #93be86 #beb186

Monochromatic Colors of #afbe86

#afbe86

Complementary Color

#afbe86 #9586be

#afbe86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbe86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbe86 Color CSS Codes

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

#afbe86 Text Font Color

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

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


#afbe86 Background Color

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

This div background color is #afbe86


#afbe86 Border Color

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

This div border color is #afbe86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbe86


Comments

No comments written yet.

Please login to write comment.