Color Hex Logo

#aebaa5 Color Hex

#AEBAA5
(174,186,165)
0 Favorites   0 Comments

Color spaces of #aebaa5

RGB 174186165
HSL0.260.130.69
HSV94°11°73°
CMYK 0.060.000.11   0.27
XYZ41.806046.833142.4336
Yxy46.83310.31900.3573
Hunter Lab68.4347-10.717111.1410
CIE-Lab74.0829-8.03769.2278

#aebaa5 color RGB value is (174,186,165).

#aebaa5 hex color red value is 174, green value is 186 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #aebaa5 hue: 0.26 , saturation: 0.13 and the lightness value of aebaa5 is 0.69.

The process color (four color CMYK) of #aebaa5 color hex is 0.06, 0.00, 0.11, 0.27. Web safe color of #aebaa5 is #99cc99. Color #aebaa5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 10100101
Octal 256 272 245
Decimal 174 186 165
Hex AE BA A5

RGB Percentages of Color #aebaa5

%33.14
%35.43
%31.43

CMYK Percentages of Color #aebaa5

%6
%0
%11
%27

Triadic Colors of #aebaa5

#aebaa5 #a5aeba #baa5ae

Analogous Colors of #aebaa5

#aebaa5 #a5baa7 #b9baa5

Monochromatic Colors of #aebaa5

#aebaa5

Complementary Color

#aebaa5 #b1a5ba

#aebaa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebaa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebaa5 Color CSS Codes

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

#aebaa5 Text Font Color

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

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


#aebaa5 Background Color

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

This div background color is #aebaa5


#aebaa5 Border Color

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

This div border color is #aebaa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebaa5


Comments

No comments written yet.

Please login to write comment.