Color Hex Logo

#aeb1af Color Hex

#AEB1AF
(174,177,175)
0 Favorites   0 Comments

Color spaces of #aeb1af

RGB 174177175
HSL0.390.020.69
HSV140°69°
CMYK 0.020.000.01   0.31
XYZ40.915643.538146.8047
Yxy43.53810.31170.3317
Hunter Lab65.9834-4.78504.1316
CIE-Lab71.9187-1.42800.6432

#aeb1af color RGB value is (174,177,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110001 10101111
Octal 256 261 257
Decimal 174 177 175
Hex AE B1 AF

RGB Percentages of Color #aeb1af

%33.08
%33.65
%33.27

CMYK Percentages of Color #aeb1af

%2
%0
%1
%31

Triadic Colors of #aeb1af

#aeb1af #afaeb1 #b1afae

Analogous Colors of #aeb1af

#aeb1af #aeb1b1 #afb1ae

Monochromatic Colors of #aeb1af

#aeb1af

Complementary Color

#aeb1af #b1aeb0

#aeb1af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb1af Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb1af Color CSS Codes

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

#aeb1af Text Font Color

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

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


#aeb1af Background Color

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

This div background color is #aeb1af


#aeb1af Border Color

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

This div border color is #aeb1af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb1af


Comments

No comments written yet.

Please login to write comment.