Color Hex Logo

#aebba5 Color Hex

#AEBBA5
(174,187,165)
0 Favorites   0 Comments

Color spaces of #aebba5

RGB 174187165
HSL0.270.140.69
HSV95°12°73°
CMYK 0.070.000.12   0.27
XYZ42.017447.255942.5041
Yxy47.25590.31890.3586
Hunter Lab68.7429-11.196411.4607
CIE-Lab74.3532-8.56279.6129

#aebba5 color RGB value is (174,187,165).

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

The process color (four color CMYK) of #aebba5 color hex is 0.07, 0.00, 0.12, 0.27. Web safe color of #aebba5 is #99cc99. Color #aebba5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111011 10100101
Octal 256 273 245
Decimal 174 187 165
Hex AE BB A5

RGB Percentages of Color #aebba5

%33.08
%35.55
%31.37

CMYK Percentages of Color #aebba5

%7
%0
%12
%27

Triadic Colors of #aebba5

#aebba5 #a5aebb #bba5ae

Analogous Colors of #aebba5

#aebba5 #a5bba7 #b9bba5

Monochromatic Colors of #aebba5

#aebba5

Complementary Color

#aebba5 #b2a5bb

#aebba5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebba5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebba5 Color CSS Codes

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

#aebba5 Text Font Color

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

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


#aebba5 Background Color

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

This div background color is #aebba5


#aebba5 Border Color

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

This div border color is #aebba5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebba5


Comments

No comments written yet.

Please login to write comment.