Color Hex Logo

#aeacbf Color Hex

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

Color spaces of #aeacbf

RGB 174172191
HSL0.680.130.71
HSV246°10°75°
CMYK 0.090.100.00   0.25
XYZ41.612142.265355.2550
Yxy42.26530.29910.3038
Hunter Lab65.01180.4819-4.8837
CIE-Lab71.05344.4316-9.4347

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

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

The process color (four color CMYK) of #aeacbf color hex is 0.09, 0.10, 0.00, 0.25. Web safe color of #aeacbf is #9999cc. Color #aeacbf contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #aeacbf

%32.40
%32.03
%35.57

CMYK Percentages of Color #aeacbf

%9
%10
%0
%25

Triadic Colors of #aeacbf

#aeacbf #bfaeac #acbfae

Analogous Colors of #aeacbf

#aeacbf #b8acbf #acb4bf

Monochromatic Colors of #aeacbf

#aeacbf

Complementary Color

#aeacbf #bdbfac

#aeacbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeacbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeacbf Color CSS Codes

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

#aeacbf Text Font Color

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

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


#aeacbf Background Color

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

This div background color is #aeacbf


#aeacbf Border Color

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

This div border color is #aeacbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeacbf


Comments

No comments written yet.

Please login to write comment.