Color Hex Logo

#aeb9bb Color Hex

#AEB9BB
(174,185,187)
1 Favorites   0 Comments

Color spaces of #aeb9bb

RGB 174185187
HSL0.530.090.71
HSV189°73°
CMYK 0.070.010.00   0.27
XYZ43.774247.284553.8334
Yxy47.28450.30210.3263
Hunter Lab68.7637-6.70551.7180
CIE-Lab74.3714-3.4050-2.3341

#aeb9bb color RGB value is (174,185,187).

#aeb9bb hex color red value is 174, green value is 185 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #aeb9bb hue: 0.53 , saturation: 0.09 and the lightness value of aeb9bb is 0.71.

The process color (four color CMYK) of #aeb9bb color hex is 0.07, 0.01, 0.00, 0.27. Web safe color of #aeb9bb is #99cccc. Color #aeb9bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111001 10111011
Octal 256 271 273
Decimal 174 185 187
Hex AE B9 BB

RGB Percentages of Color #aeb9bb

%31.87
%33.88
%34.25

CMYK Percentages of Color #aeb9bb

%7
%1
%0
%27

Triadic Colors of #aeb9bb

#aeb9bb #bbaeb9 #b9bbae

Analogous Colors of #aeb9bb

#aeb9bb #aeb3bb #aebbb7

Monochromatic Colors of #aeb9bb

#aeb9bb

Complementary Color

#aeb9bb #bbb0ae

#aeb9bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb9bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb9bb Color CSS Codes

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

#aeb9bb Text Font Color

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

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


#aeb9bb Background Color

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

This div background color is #aeb9bb


#aeb9bb Border Color

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

This div border color is #aeb9bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb9bb


Comments

No comments written yet.

Please login to write comment.