Color Hex Logo

#afbea8 Color Hex

#AFBEA8
(175,190,168)
0 Favorites   0 Comments

Color spaces of #afbea8

RGB 175190168
HSL0.280.140.70
HSV101°12°75°
CMYK 0.080.000.12   0.25
XYZ43.160548.768044.1842
Yxy48.76800.31710.3583
Hunter Lab69.8341-11.888911.3709
CIE-Lab75.3068-9.24989.3560

#afbea8 color RGB value is (175,190,168).

#afbea8 hex color red value is 175, green value is 190 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #afbea8 hue: 0.28 , saturation: 0.14 and the lightness value of afbea8 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 10101000
Octal 257 276 250
Decimal 175 190 168
Hex AF BE A8

RGB Percentages of Color #afbea8

%32.83
%35.65
%31.52

CMYK Percentages of Color #afbea8

%8
%0
%12
%25

Triadic Colors of #afbea8

#afbea8 #a8afbe #bea8af

Analogous Colors of #afbea8

#afbea8 #a8beac #babea8

Monochromatic Colors of #afbea8

#afbea8

Complementary Color

#afbea8 #b7a8be

#afbea8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbea8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbea8 Color CSS Codes

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

#afbea8 Text Font Color

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

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


#afbea8 Background Color

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

This div background color is #afbea8


#afbea8 Border Color

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

This div border color is #afbea8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbea8


Comments

No comments written yet.

Please login to write comment.