Color Hex Logo

#aeb48e Color Hex

#AEB48E
(174,180,142)
0 Favorites   0 Comments

Color spaces of #aeb48e

RGB 174180142
HSL0.190.200.63
HSV69°21°71°
CMYK 0.030.000.21   0.29
XYZ38.659343.594231.9681
Yxy43.59420.33850.3817
Hunter Lab66.0259-11.030517.5114
CIE-Lab71.9564-8.662118.7213

#aeb48e color RGB value is (174,180,142).

#aeb48e hex color red value is 174, green value is 180 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #aeb48e hue: 0.19 , saturation: 0.20 and the lightness value of aeb48e is 0.63.

The process color (four color CMYK) of #aeb48e color hex is 0.03, 0.00, 0.21, 0.29. Web safe color of #aeb48e is #99cc99. Color #aeb48e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110100 10001110
Octal 256 264 216
Decimal 174 180 142
Hex AE B4 8E

RGB Percentages of Color #aeb48e

%35.08
%36.29
%28.63

CMYK Percentages of Color #aeb48e

%3
%0
%21
%29

Triadic Colors of #aeb48e

#aeb48e #8eaeb4 #b48eae

Analogous Colors of #aeb48e

#aeb48e #9bb48e #b4a78e

Monochromatic Colors of #aeb48e

#aeb48e

Complementary Color

#aeb48e #948eb4

#aeb48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb48e Color CSS Codes

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

#aeb48e Text Font Color

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

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


#aeb48e Background Color

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

This div background color is #aeb48e


#aeb48e Border Color

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

This div border color is #aeb48e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb48e


Comments

No comments written yet.

Please login to write comment.