Color Hex Logo

#aebcac Color Hex

#AEBCAC
(174,188,172)
0 Favorites   0 Comments

Color spaces of #aebcac

RGB 174188172
HSL0.310.110.71
HSV113°74°
CMYK 0.070.000.09   0.26
XYZ42.885247.943746.0235
Yxy47.94370.31340.3503
Hunter Lab69.2414-10.61719.0600
CIE-Lab74.7894-7.83876.4372

#aebcac color RGB value is (174,188,172).

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

The process color (four color CMYK) of #aebcac color hex is 0.07, 0.00, 0.09, 0.26. Web safe color of #aebcac is #99cc99. Color #aebcac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 10101100
Octal 256 274 254
Decimal 174 188 172
Hex AE BC AC

RGB Percentages of Color #aebcac

%32.58
%35.21
%32.21

CMYK Percentages of Color #aebcac

%7
%0
%9
%26

Triadic Colors of #aebcac

#aebcac #acaebc #bcacae

Analogous Colors of #aebcac

#aebcac #acbcb2 #b6bcac

Monochromatic Colors of #aebcac

#aebcac

Complementary Color

#aebcac #baacbc

#aebcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebcac Color CSS Codes

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

#aebcac Text Font Color

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

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


#aebcac Background Color

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

This div background color is #aebcac


#aebcac Border Color

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

This div border color is #aebcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebcac


Comments

No comments written yet.

Please login to write comment.