Color Hex Logo

#aebabe Color Hex

#AEBABE
(174,186,190)
0 Favorites   0 Comments

Color spaces of #aebabe

RGB 174186190
HSL0.540.110.71
HSV195°75°
CMYK 0.080.020.00   0.25
XYZ44.308747.834255.6128
Yxy47.83420.29990.3237
Hunter Lab69.1623-6.67820.7390
CIE-Lab74.7202-3.3435-3.4563

#aebabe color RGB value is (174,186,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 10111110
Octal 256 272 276
Decimal 174 186 190
Hex AE BA BE

RGB Percentages of Color #aebabe

%31.64
%33.82
%34.55

CMYK Percentages of Color #aebabe

%8
%2
%0
%25

Triadic Colors of #aebabe

#aebabe #beaeba #babeae

Analogous Colors of #aebabe

#aebabe #aeb2be #aebeba

Monochromatic Colors of #aebabe

#aebabe

Complementary Color

#aebabe #beb2ae

#aebabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebabe Color CSS Codes

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

#aebabe Text Font Color

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

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


#aebabe Background Color

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

This div background color is #aebabe


#aebabe Border Color

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

This div border color is #aebabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebabe


Comments

No comments written yet.

Please login to write comment.