Color Hex Logo

#afbc8e Color Hex

#AFBC8E
(175,188,142)
0 Favorites   0 Comments

Color spaces of #afbc8e

RGB 175188142
HSL0.210.260.65
HSV77°24°74°
CMYK 0.070.000.24   0.26
XYZ40.544947.033432.5326
Yxy47.03340.33760.3916
Hunter Lab68.5809-14.487719.8813
CIE-Lab74.2111-12.452921.8308

#afbc8e color RGB value is (175,188,142).

#afbc8e hex color red value is 175, green value is 188 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #afbc8e hue: 0.21 , saturation: 0.26 and the lightness value of afbc8e is 0.65.

The process color (four color CMYK) of #afbc8e color hex is 0.07, 0.00, 0.24, 0.26. Web safe color of #afbc8e is #99cc99. Color #afbc8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111100 10001110
Octal 257 274 216
Decimal 175 188 142
Hex AF BC 8E

RGB Percentages of Color #afbc8e

%34.65
%37.23
%28.12

CMYK Percentages of Color #afbc8e

%7
%0
%24
%26

Triadic Colors of #afbc8e

#afbc8e #8eafbc #bc8eaf

Analogous Colors of #afbc8e

#afbc8e #98bc8e #bcb28e

Monochromatic Colors of #afbc8e

#afbc8e

Complementary Color

#afbc8e #9b8ebc

#afbc8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbc8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbc8e Color CSS Codes

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

#afbc8e Text Font Color

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

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


#afbc8e Background Color

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

This div background color is #afbc8e


#afbc8e Border Color

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

This div border color is #afbc8e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,188,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 #afbc8e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbc8e


Comments

No comments written yet.

Please login to write comment.