Color Hex Logo

#afbaae Color Hex

#AFBAAE
(175,186,174)
0 Favorites   0 Comments

Color spaces of #afbaae

RGB 175186174
HSL0.320.080.71
HSV115°73°
CMYK 0.060.000.06   0.27
XYZ42.878147.287846.9119
Yxy47.28780.31280.3450
Hunter Lab68.7661-9.03977.6890
CIE-Lab74.3735-6.06714.7605

#afbaae color RGB value is (175,186,174).

#afbaae hex color red value is 175, green value is 186 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #afbaae hue: 0.32 , saturation: 0.08 and the lightness value of afbaae is 0.71.

The process color (four color CMYK) of #afbaae color hex is 0.06, 0.00, 0.06, 0.27. Web safe color of #afbaae is #99cc99. Color #afbaae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111010 10101110
Octal 257 272 256
Decimal 175 186 174
Hex AF BA AE

RGB Percentages of Color #afbaae

%32.71
%34.77
%32.52

CMYK Percentages of Color #afbaae

%6
%0
%6
%27

Triadic Colors of #afbaae

#afbaae #aeafba #baaeaf

Analogous Colors of #afbaae

#afbaae #aebab3 #b5baae

Monochromatic Colors of #afbaae

#afbaae

Complementary Color

#afbaae #b9aeba

#afbaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbaae Color CSS Codes

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

#afbaae Text Font Color

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

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


#afbaae Background Color

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

This div background color is #afbaae


#afbaae Border Color

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

This div border color is #afbaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbaae


Comments

No comments written yet.

Please login to write comment.