Color Hex Logo

#aebeb1 Color Hex

#AEBEB1
(174,190,177)
0 Favorites   0 Comments

Color spaces of #aebeb1

RGB 174190177
HSL0.360.110.71
HSV131°75°
CMYK 0.080.000.07   0.25
XYZ43.804848.999948.7441
Yxy48.99990.30950.3462
Hunter Lab69.9999-10.79757.7137
CIE-Lab75.4513-7.96974.6772

#aebeb1 color RGB value is (174,190,177).

#aebeb1 hex color red value is 174, green value is 190 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #aebeb1 hue: 0.36 , saturation: 0.11 and the lightness value of aebeb1 is 0.71.

The process color (four color CMYK) of #aebeb1 color hex is 0.08, 0.00, 0.07, 0.25. Web safe color of #aebeb1 is #99cc99. Color #aebeb1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111110 10110001
Octal 256 276 261
Decimal 174 190 177
Hex AE BE B1

RGB Percentages of Color #aebeb1

%32.16
%35.12
%32.72

CMYK Percentages of Color #aebeb1

%8
%0
%7
%25

Triadic Colors of #aebeb1

#aebeb1 #b1aebe #beb1ae

Analogous Colors of #aebeb1

#aebeb1 #aebeb9 #b3beae

Monochromatic Colors of #aebeb1

#aebeb1

Complementary Color

#aebeb1 #beaebb

#aebeb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebeb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebeb1 Color CSS Codes

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

#aebeb1 Text Font Color

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

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


#aebeb1 Background Color

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

This div background color is #aebeb1


#aebeb1 Border Color

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

This div border color is #aebeb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebeb1


Comments

No comments written yet.

Please login to write comment.