Color Hex Logo

#aeb38d Color Hex

#AEB38D
(174,179,141)
0 Favorites   0 Comments

Color spaces of #aeb38d

RGB 174179141
HSL0.190.200.63
HSV68°21°70°
CMYK 0.030.000.21   0.30
XYZ38.383443.162031.5074
Yxy43.16200.33950.3818
Hunter Lab65.6978-10.684017.5541
CIE-Lab71.6648-8.288418.8601

#aeb38d color RGB value is (174,179,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110011 10001101
Octal 256 263 215
Decimal 174 179 141
Hex AE B3 8D

RGB Percentages of Color #aeb38d

%35.22
%36.23
%28.54

CMYK Percentages of Color #aeb38d

%3
%0
%21
%30

Triadic Colors of #aeb38d

#aeb38d #8daeb3 #b38dae

Analogous Colors of #aeb38d

#aeb38d #9bb38d #b3a58d

Monochromatic Colors of #aeb38d

#aeb38d

Complementary Color

#aeb38d #928db3

#aeb38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb38d Color CSS Codes

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

#aeb38d Text Font Color

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

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


#aeb38d Background Color

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

This div background color is #aeb38d


#aeb38d Border Color

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

This div border color is #aeb38d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb38d


Comments

No comments written yet.

Please login to write comment.