Color Hex Logo

#aeb6bf Color Hex

#AEB6BF
(174,182,191)
0 Favorites   0 Comments

Color spaces of #aeb6bf

RGB 174182191
HSL0.590.120.72
HSV212°75°
CMYK 0.090.050.00   0.25
XYZ43.587546.216255.9135
Yxy46.21620.29910.3172
Hunter Lab67.9825-4.5227-1.1764
CIE-Lab73.6856-0.9988-5.5277

#aeb6bf color RGB value is (174,182,191).

#aeb6bf hex color red value is 174, green value is 182 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #aeb6bf hue: 0.59 , saturation: 0.12 and the lightness value of aeb6bf is 0.72.

The process color (four color CMYK) of #aeb6bf color hex is 0.09, 0.05, 0.00, 0.25. Web safe color of #aeb6bf is #99cccc. Color #aeb6bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110110 10111111
Octal 256 266 277
Decimal 174 182 191
Hex AE B6 BF

RGB Percentages of Color #aeb6bf

%31.81
%33.27
%34.92

CMYK Percentages of Color #aeb6bf

%9
%5
%0
%25

Triadic Colors of #aeb6bf

#aeb6bf #bfaeb6 #b6bfae

Analogous Colors of #aeb6bf

#aeb6bf #afaebf #aebfbf

Monochromatic Colors of #aeb6bf

#aeb6bf

Complementary Color

#aeb6bf #bfb7ae

#aeb6bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb6bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb6bf Color CSS Codes

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

#aeb6bf Text Font Color

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

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


#aeb6bf Background Color

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

This div background color is #aeb6bf


#aeb6bf Border Color

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

This div border color is #aeb6bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,182,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 #aeb6bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb6bf


Comments

No comments written yet.

Please login to write comment.