Color Hex Logo

#aeb193 Color Hex

#AEB193
(174,177,147)
0 Favorites   0 Comments

Color spaces of #aeb193

RGB 174177147
HSL0.180.160.64
HSV66°17°69°
CMYK 0.020.000.17   0.31
XYZ38.444242.549533.7904
Yxy42.54950.33490.3707
Hunter Lab65.2300-8.951014.9476
CIE-Lab71.2481-6.297415.0208

#aeb193 color RGB value is (174,177,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110001 10010011
Octal 256 261 223
Decimal 174 177 147
Hex AE B1 93

RGB Percentages of Color #aeb193

%34.94
%35.54
%29.52

CMYK Percentages of Color #aeb193

%2
%0
%17
%31

Triadic Colors of #aeb193

#aeb193 #93aeb1 #b193ae

Analogous Colors of #aeb193

#aeb193 #9fb193 #b1a593

Monochromatic Colors of #aeb193

#aeb193

Complementary Color

#aeb193 #9693b1

#aeb193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb193 Color CSS Codes

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

#aeb193 Text Font Color

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

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


#aeb193 Background Color

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

This div background color is #aeb193


#aeb193 Border Color

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

This div border color is #aeb193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb193


Comments

No comments written yet.

Please login to write comment.