Color Hex Logo

#afbeaa Color Hex

#AFBEAA
(175,190,170)
0 Favorites   0 Comments

Color spaces of #afbeaa

RGB 175190170
HSL0.290.130.71
HSV105°11°75°
CMYK 0.080.000.11   0.25
XYZ43.348448.843245.1732
Yxy48.84320.31560.3556
Hunter Lab69.8879-11.588110.5985
CIE-Lab75.3537-8.89518.3402

#afbeaa color RGB value is (175,190,170).

#afbeaa hex color red value is 175, green value is 190 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #afbeaa hue: 0.29 , saturation: 0.13 and the lightness value of afbeaa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 10101010
Octal 257 276 252
Decimal 175 190 170
Hex AF BE AA

RGB Percentages of Color #afbeaa

%32.71
%35.51
%31.78

CMYK Percentages of Color #afbeaa

%8
%0
%11
%25

Triadic Colors of #afbeaa

#afbeaa #aaafbe #beaaaf

Analogous Colors of #afbeaa

#afbeaa #aabeaf #b9beaa

Monochromatic Colors of #afbeaa

#afbeaa

Complementary Color

#afbeaa #b9aabe

#afbeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbeaa Color CSS Codes

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

#afbeaa Text Font Color

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

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


#afbeaa Background Color

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

This div background color is #afbeaa


#afbeaa Border Color

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

This div border color is #afbeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbeaa


Comments

No comments written yet.

Please login to write comment.