Color Hex Logo

#aebebe Color Hex

#AEBEBE
(174,190,190)
0 Favorites   0 Comments

Color spaces of #aebebe

RGB 174190190
HSL0.500.110.71
HSV180°75°
CMYK 0.080.000.00   0.25
XYZ45.163349.543355.8976
Yxy49.54330.29990.3290
Hunter Lab70.3870-8.64402.1859
CIE-Lab75.7881-5.4696-1.8876

#aebebe color RGB value is (174,190,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111110 10111110
Octal 256 276 276
Decimal 174 190 190
Hex AE BE BE

RGB Percentages of Color #aebebe

%31.41
%34.30
%34.30

CMYK Percentages of Color #aebebe

%8
%0
%0
%25

Triadic Colors of #aebebe

#aebebe #beaebe #bebeae

Analogous Colors of #aebebe

#aebebe #aeb6be #aebeb6

Monochromatic Colors of #aebebe

#aebebe

Complementary Color

#aebebe #beaeae

#aebebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebebe Color CSS Codes

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

#aebebe Text Font Color

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

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


#aebebe Background Color

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

This div background color is #aebebe


#aebebe Border Color

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

This div border color is #aebebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebebe


Comments

No comments written yet.

Please login to write comment.