Color Hex Logo

#aeb3af Color Hex

#AEB3AF
(174,179,175)
0 Favorites   0 Comments

Color spaces of #aeb3af

RGB 174179175
HSL0.370.030.69
HSV132°70°
CMYK 0.030.000.02   0.30
XYZ41.313544.334046.9373
Yxy44.33400.31160.3344
Hunter Lab66.5838-5.76704.8130
CIE-Lab72.4512-2.50341.4189

#aeb3af color RGB value is (174,179,175).

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

The process color (four color CMYK) of #aeb3af color hex is 0.03, 0.00, 0.02, 0.30. Web safe color of #aeb3af is #99cc99. Color #aeb3af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110011 10101111
Octal 256 263 257
Decimal 174 179 175
Hex AE B3 AF

RGB Percentages of Color #aeb3af

%32.95
%33.90
%33.14

CMYK Percentages of Color #aeb3af

%3
%0
%2
%30

Triadic Colors of #aeb3af

#aeb3af #afaeb3 #b3afae

Analogous Colors of #aeb3af

#aeb3af #aeb3b2 #b0b3ae

Monochromatic Colors of #aeb3af

#aeb3af

Complementary Color

#aeb3af #b3aeb2

#aeb3af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb3af Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb3af Color CSS Codes

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

#aeb3af Text Font Color

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

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


#aeb3af Background Color

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

This div background color is #aeb3af


#aeb3af Border Color

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

This div border color is #aeb3af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb3af


Comments

No comments written yet.

Please login to write comment.