Color Hex Logo

#aeba90 Color Hex

#AEBA90
(174,186,144)
0 Favorites   0 Comments

Color spaces of #aeba90

RGB 174186144
HSL0.210.230.65
HSV77°23°73°
CMYK 0.060.000.23   0.27
XYZ40.048546.130133.1788
Yxy46.13010.33550.3865
Hunter Lab67.9191-13.606018.5800
CIE-Lab73.6299-11.489919.9492

#aeba90 color RGB value is (174,186,144).

#aeba90 hex color red value is 174, green value is 186 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #aeba90 hue: 0.21 , saturation: 0.23 and the lightness value of aeba90 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 10010000
Octal 256 272 220
Decimal 174 186 144
Hex AE BA 90

RGB Percentages of Color #aeba90

%34.52
%36.90
%28.57

CMYK Percentages of Color #aeba90

%6
%0
%23
%27

Triadic Colors of #aeba90

#aeba90 #90aeba #ba90ae

Analogous Colors of #aeba90

#aeba90 #99ba90 #bab190

Monochromatic Colors of #aeba90

#aeba90

Complementary Color

#aeba90 #9c90ba

#aeba90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeba90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeba90 Color CSS Codes

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

#aeba90 Text Font Color

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

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


#aeba90 Background Color

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

This div background color is #aeba90


#aeba90 Border Color

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

This div border color is #aeba90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeba90


Comments

No comments written yet.

Please login to write comment.