Color Hex Logo

#aeb19d Color Hex

#AEB19D
(174,177,157)
0 Favorites   0 Comments

Color spaces of #aeb19d

RGB 174177157
HSL0.190.110.65
HSV69°11°69°
CMYK 0.020.000.11   0.31
XYZ39.263542.877338.1050
Yxy42.87730.32650.3566
Hunter Lab65.4808-7.559411.3341
CIE-Lab71.4716-4.65249.8721

#aeb19d color RGB value is (174,177,157).

#aeb19d hex color red value is 174, green value is 177 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #aeb19d hue: 0.19 , saturation: 0.11 and the lightness value of aeb19d is 0.65.

The process color (four color CMYK) of #aeb19d color hex is 0.02, 0.00, 0.11, 0.31. Web safe color of #aeb19d is #999999. Color #aeb19d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110001 10011101
Octal 256 261 235
Decimal 174 177 157
Hex AE B1 9D

RGB Percentages of Color #aeb19d

%34.25
%34.84
%30.91

CMYK Percentages of Color #aeb19d

%2
%0
%11
%31

Triadic Colors of #aeb19d

#aeb19d #9daeb1 #b19dae

Analogous Colors of #aeb19d

#aeb19d #a4b19d #b1aa9d

Monochromatic Colors of #aeb19d

#aeb19d

Complementary Color

#aeb19d #a09db1

#aeb19d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb19d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb19d Color CSS Codes

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

#aeb19d Text Font Color

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

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


#aeb19d Background Color

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

This div background color is #aeb19d


#aeb19d Border Color

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

This div border color is #aeb19d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb19d


Comments

No comments written yet.

Please login to write comment.