Color Hex Logo

#aeabbe Color Hex

#AEABBE
(174,171,190)
0 Favorites   0 Comments

Color spaces of #aeabbe

RGB 174171190
HSL0.690.130.71
HSV249°10°75°
CMYK 0.080.100.00   0.25
XYZ41.312741.842254.6141
Yxy41.84220.29990.3037
Hunter Lab64.68550.8028-4.7787
CIE-Lab70.76204.7751-9.3180

#aeabbe color RGB value is (174,171,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 10111110
Octal 256 253 276
Decimal 174 171 190
Hex AE AB BE

RGB Percentages of Color #aeabbe

%32.52
%31.96
%35.51

CMYK Percentages of Color #aeabbe

%8
%10
%0
%25

Triadic Colors of #aeabbe

#aeabbe #beaeab #abbeae

Analogous Colors of #aeabbe

#aeabbe #b8abbe #abb2be

Monochromatic Colors of #aeabbe

#aeabbe

Complementary Color

#aeabbe #bbbeab

#aeabbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeabbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeabbe Color CSS Codes

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

#aeabbe Text Font Color

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

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


#aeabbe Background Color

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

This div background color is #aeabbe


#aeabbe Border Color

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

This div border color is #aeabbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeabbe

#aeabbe Color Palettes


Comments

No comments written yet.

Please login to write comment.