Color Hex Logo

#aebd90 Color Hex

#AEBD90
(174,189,144)
0 Favorites   0 Comments

Color spaces of #aebd90

RGB 174189144
HSL0.220.250.65
HSV80°24°74°
CMYK 0.080.000.24   0.26
XYZ40.687247.407533.3917
Yxy47.40750.33490.3902
Hunter Lab68.8531-15.012419.4433
CIE-Lab74.4497-13.041321.0754

#aebd90 color RGB value is (174,189,144).

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

The process color (four color CMYK) of #aebd90 color hex is 0.08, 0.00, 0.24, 0.26. Web safe color of #aebd90 is #99cc99. Color #aebd90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 10010000
Octal 256 275 220
Decimal 174 189 144
Hex AE BD 90

RGB Percentages of Color #aebd90

%34.32
%37.28
%28.40

CMYK Percentages of Color #aebd90

%8
%0
%24
%26

Triadic Colors of #aebd90

#aebd90 #90aebd #bd90ae

Analogous Colors of #aebd90

#aebd90 #98bd90 #bdb690

Monochromatic Colors of #aebd90

#aebd90

Complementary Color

#aebd90 #9f90bd

#aebd90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebd90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebd90 Color CSS Codes

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

#aebd90 Text Font Color

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

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


#aebd90 Background Color

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

This div background color is #aebd90


#aebd90 Border Color

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

This div border color is #aebd90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebd90


Comments

No comments written yet.

Please login to write comment.