Color Hex Logo

#afbeae Color Hex

#AFBEAE
(175,190,174)
0 Favorites   0 Comments

Color spaces of #afbeae

RGB 175190174
HSL0.320.110.71
HSV116°75°
CMYK 0.080.000.08   0.25
XYZ43.732648.996947.1968
Yxy48.99690.31250.3502
Hunter Lab69.9978-10.97459.0215
CIE-Lab75.4494-8.17406.3103

#afbeae color RGB value is (175,190,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 10101110
Octal 257 276 256
Decimal 175 190 174
Hex AF BE AE

RGB Percentages of Color #afbeae

%32.47
%35.25
%32.28

CMYK Percentages of Color #afbeae

%8
%0
%8
%25

Triadic Colors of #afbeae

#afbeae #aeafbe #beaeaf

Analogous Colors of #afbeae

#afbeae #aebeb5 #b7beae

Monochromatic Colors of #afbeae

#afbeae

Complementary Color

#afbeae #bdaebe

#afbeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbeae Color CSS Codes

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

#afbeae Text Font Color

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

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


#afbeae Background Color

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

This div background color is #afbeae


#afbeae Border Color

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

This div border color is #afbeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbeae


Comments

No comments written yet.

Please login to write comment.