Color Hex Logo

#aebfac Color Hex

#AEBFAC
(174,191,172)
0 Favorites   0 Comments

Color spaces of #aebfac

RGB 174191172
HSL0.320.130.71
HSV114°10°75°
CMYK 0.090.000.10   0.25
XYZ43.532849.238846.2393
Yxy49.23880.31320.3542
Hunter Lab70.1704-12.059010.0497
CIE-Lab75.5996-9.41047.5999

#aebfac color RGB value is (174,191,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 10101100
Octal 256 277 254
Decimal 174 191 172
Hex AE BF AC

RGB Percentages of Color #aebfac

%32.40
%35.57
%32.03

CMYK Percentages of Color #aebfac

%9
%0
%10
%25

Triadic Colors of #aebfac

#aebfac #acaebf #bfacae

Analogous Colors of #aebfac

#aebfac #acbfb4 #b8bfac

Monochromatic Colors of #aebfac

#aebfac

Complementary Color

#aebfac #bdacbf

#aebfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebfac Color CSS Codes

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

#aebfac Text Font Color

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

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


#aebfac Background Color

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

This div background color is #aebfac


#aebfac Border Color

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

This div border color is #aebfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebfac


Comments

No comments written yet.

Please login to write comment.