Color Hex Logo

#aeb199 Color Hex

#AEB199
(174,177,153)
0 Favorites   0 Comments

Color spaces of #aeb199

RGB 174177153
HSL0.190.130.65
HSV68°14°69°
CMYK 0.020.000.14   0.31
XYZ38.927542.742936.3355
Yxy42.74290.32990.3622
Hunter Lab65.3781-8.128912.8127
CIE-Lab71.3801-5.323311.9307

#aeb199 color RGB value is (174,177,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110001 10011001
Octal 256 261 231
Decimal 174 177 153
Hex AE B1 99

RGB Percentages of Color #aeb199

%34.52
%35.12
%30.36

CMYK Percentages of Color #aeb199

%2
%0
%14
%31

Triadic Colors of #aeb199

#aeb199 #99aeb1 #b199ae

Analogous Colors of #aeb199

#aeb199 #a2b199 #b1a899

Monochromatic Colors of #aeb199

#aeb199

Complementary Color

#aeb199 #9c99b1

#aeb199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb199 Color CSS Codes

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

#aeb199 Text Font Color

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

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


#aeb199 Background Color

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

This div background color is #aeb199


#aeb199 Border Color

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

This div border color is #aeb199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb199


Comments

No comments written yet.

Please login to write comment.