Color Hex Logo

#aeb191 Color Hex

#AEB191
(174,177,145)
0 Favorites   0 Comments

Color spaces of #aeb191

RGB 174177145
HSL0.180.170.63
HSV66°18°69°
CMYK 0.020.000.18   0.31
XYZ38.288542.487332.9709
Yxy42.48730.33660.3735
Hunter Lab65.1823-9.216915.6372
CIE-Lab71.2056-6.614016.0511

#aeb191 color RGB value is (174,177,145).

#aeb191 hex color red value is 174, green value is 177 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #aeb191 hue: 0.18 , saturation: 0.17 and the lightness value of aeb191 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110001 10010001
Octal 256 261 221
Decimal 174 177 145
Hex AE B1 91

RGB Percentages of Color #aeb191

%35.08
%35.69
%29.23

CMYK Percentages of Color #aeb191

%2
%0
%18
%31

Triadic Colors of #aeb191

#aeb191 #91aeb1 #b191ae

Analogous Colors of #aeb191

#aeb191 #9eb191 #b1a491

Monochromatic Colors of #aeb191

#aeb191

Complementary Color

#aeb191 #9491b1

#aeb191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb191 Color CSS Codes

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

#aeb191 Text Font Color

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

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


#aeb191 Background Color

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

This div background color is #aeb191


#aeb191 Border Color

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

This div border color is #aeb191


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb191


Comments

No comments written yet.

Please login to write comment.