Color Hex Logo

#aebeb0 Color Hex

#AEBEB0
(174,190,176)
0 Favorites   0 Comments

Color spaces of #aebeb0

RGB 174190176
HSL0.350.110.71
HSV128°75°
CMYK 0.080.000.07   0.25
XYZ43.705548.960248.2210
Yxy48.96020.31020.3475
Hunter Lab69.9716-10.95598.1203
CIE-Lab75.4266-8.15535.1839

#aebeb0 color RGB value is (174,190,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111110 10110000
Octal 256 276 260
Decimal 174 190 176
Hex AE BE B0

RGB Percentages of Color #aebeb0

%32.22
%35.19
%32.59

CMYK Percentages of Color #aebeb0

%8
%0
%7
%25

Triadic Colors of #aebeb0

#aebeb0 #b0aebe #beb0ae

Analogous Colors of #aebeb0

#aebeb0 #aebeb8 #b4beae

Monochromatic Colors of #aebeb0

#aebeb0

Complementary Color

#aebeb0 #beaebc

#aebeb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebeb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebeb0 Color CSS Codes

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

#aebeb0 Text Font Color

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

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


#aebeb0 Background Color

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

This div background color is #aebeb0


#aebeb0 Border Color

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

This div border color is #aebeb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebeb0


Comments

No comments written yet.

Please login to write comment.