Color Hex Logo

#aebab7 Color Hex

#AEBAB7
(174,186,183)
0 Favorites   0 Comments

Color spaces of #aebab7

RGB 174186183
HSL0.460.080.71
HSV165°73°
CMYK 0.060.000.02   0.27
XYZ43.561747.535451.6790
Yxy47.53540.30510.3329
Hunter Lab68.9459-7.87473.8208
CIE-Lab74.5309-4.71860.0794

#aebab7 color RGB value is (174,186,183).

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

The process color (four color CMYK) of #aebab7 color hex is 0.06, 0.00, 0.02, 0.27. Web safe color of #aebab7 is #99cccc. Color #aebab7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 10110111
Octal 256 272 267
Decimal 174 186 183
Hex AE BA B7

RGB Percentages of Color #aebab7

%32.04
%34.25
%33.70

CMYK Percentages of Color #aebab7

%6
%0
%2
%27

Triadic Colors of #aebab7

#aebab7 #b7aeba #bab7ae

Analogous Colors of #aebab7

#aebab7 #aeb7ba #aebab1

Monochromatic Colors of #aebab7

#aebab7

Complementary Color

#aebab7 #baaeb1

#aebab7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebab7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebab7 Color CSS Codes

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

#aebab7 Text Font Color

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

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


#aebab7 Background Color

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

This div background color is #aebab7


#aebab7 Border Color

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

This div border color is #aebab7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebab7

#aebab7 Color Palettes


Comments

No comments written yet.

Please login to write comment.