Color Hex Logo

#aeabaf Color Hex

#AEABAF
(174,171,175)
0 Favorites   0 Comments

Color spaces of #aeabaf

RGB 174171175
HSL0.790.020.68
HSV285°69°
CMYK 0.010.020.00   0.31
XYZ39.756341.219646.4182
Yxy41.21960.31210.3236
Hunter Lab64.2025-1.82132.0753
CIE-Lab70.32951.8220-1.6801

#aeabaf color RGB value is (174,171,175).

#aeabaf hex color red value is 174, green value is 171 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #aeabaf hue: 0.79 , saturation: 0.02 and the lightness value of aeabaf is 0.68.

The process color (four color CMYK) of #aeabaf color hex is 0.01, 0.02, 0.00, 0.31. Web safe color of #aeabaf is #999999. Color #aeabaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 10101111
Octal 256 253 257
Decimal 174 171 175
Hex AE AB AF

RGB Percentages of Color #aeabaf

%33.46
%32.88
%33.65

CMYK Percentages of Color #aeabaf

%1
%2
%0
%31

Triadic Colors of #aeabaf

#aeabaf #afaeab #abafae

Analogous Colors of #aeabaf

#aeabaf #afabae #acabaf

Monochromatic Colors of #aeabaf

#aeabaf

Complementary Color

#aeabaf #acafab

#aeabaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeabaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeabaf Color CSS Codes

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

#aeabaf Text Font Color

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

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


#aeabaf Background Color

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

This div background color is #aeabaf


#aeabaf Border Color

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

This div border color is #aeabaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeabaf


Comments

No comments written yet.

Please login to write comment.