Color Hex Logo

#aeabba Color Hex

#AEABBA
(174,171,186)
0 Favorites   0 Comments

Color spaces of #aeabba

RGB 174171186
HSL0.700.100.70
HSV252°73°
CMYK 0.060.080.00   0.27
XYZ40.881441.669752.3427
Yxy41.66970.30310.3089
Hunter Lab64.55210.0795-2.8894
CIE-Lab70.64263.9671-7.2896

#aeabba color RGB value is (174,171,186).

#aeabba hex color red value is 174, green value is 171 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #aeabba hue: 0.70 , saturation: 0.10 and the lightness value of aeabba is 0.70.

The process color (four color CMYK) of #aeabba color hex is 0.06, 0.08, 0.00, 0.27. Web safe color of #aeabba is #9999cc. Color #aeabba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 10111010
Octal 256 253 272
Decimal 174 171 186
Hex AE AB BA

RGB Percentages of Color #aeabba

%32.77
%32.20
%35.03

CMYK Percentages of Color #aeabba

%6
%8
%0
%27

Triadic Colors of #aeabba

#aeabba #baaeab #abbaae

Analogous Colors of #aeabba

#aeabba #b6abba #abb0ba

Monochromatic Colors of #aeabba

#aeabba

Complementary Color

#aeabba #b7baab

#aeabba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeabba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeabba Color CSS Codes

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

#aeabba Text Font Color

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

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


#aeabba Background Color

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

This div background color is #aeabba


#aeabba Border Color

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

This div border color is #aeabba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeabba


Comments

No comments written yet.

Please login to write comment.