Color Hex Logo

#aeb29b Color Hex

#AEB29B
(174,178,155)
0 Favorites   0 Comments

Color spaces of #aeb29b

RGB 174178155
HSL0.200.130.65
HSV70°13°70°
CMYK 0.020.000.13   0.30
XYZ39.292343.206037.2790
Yxy43.20600.32800.3607
Hunter Lab65.7313-8.327512.3860
CIE-Lab71.6946-5.522311.2824

#aeb29b color RGB value is (174,178,155).

#aeb29b hex color red value is 174, green value is 178 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #aeb29b hue: 0.20 , saturation: 0.13 and the lightness value of aeb29b is 0.65.

The process color (four color CMYK) of #aeb29b color hex is 0.02, 0.00, 0.13, 0.30. Web safe color of #aeb29b is #999999. Color #aeb29b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110010 10011011
Octal 256 262 233
Decimal 174 178 155
Hex AE B2 9B

RGB Percentages of Color #aeb29b

%34.32
%35.11
%30.57

CMYK Percentages of Color #aeb29b

%2
%0
%13
%30

Triadic Colors of #aeb29b

#aeb29b #9baeb2 #b29bae

Analogous Colors of #aeb29b

#aeb29b #a3b29b #b2ab9b

Monochromatic Colors of #aeb29b

#aeb29b

Complementary Color

#aeb29b #9f9bb2

#aeb29b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb29b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb29b Color CSS Codes

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

#aeb29b Text Font Color

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

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


#aeb29b Background Color

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

This div background color is #aeb29b


#aeb29b Border Color

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

This div border color is #aeb29b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb29b

#aeb29b Color Palettes


Comments

No comments written yet.

Please login to write comment.