Color Hex Logo

#aeb094 Color Hex

#AEB094
(174,176,148)
0 Favorites   0 Comments

Color spaces of #aeb094

RGB 174176148
HSL0.180.150.64
HSV64°16°69°
CMYK 0.010.000.16   0.31
XYZ38.326242.187534.1400
Yxy42.18750.33430.3680
Hunter Lab64.9519-8.338314.3023
CIE-Lab71.0000-5.606614.1276

#aeb094 color RGB value is (174,176,148).

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

The process color (four color CMYK) of #aeb094 color hex is 0.01, 0.00, 0.16, 0.31. Web safe color of #aeb094 is #999999. Color #aeb094 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110000 10010100
Octal 256 260 224
Decimal 174 176 148
Hex AE B0 94

RGB Percentages of Color #aeb094

%34.94
%35.34
%29.72

CMYK Percentages of Color #aeb094

%1
%0
%16
%31

Triadic Colors of #aeb094

#aeb094 #94aeb0 #b094ae

Analogous Colors of #aeb094

#aeb094 #a0b094 #b0a494

Monochromatic Colors of #aeb094

#aeb094

Complementary Color

#aeb094 #9694b0

#aeb094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb094 Color CSS Codes

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

#aeb094 Text Font Color

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

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


#aeb094 Background Color

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

This div background color is #aeb094


#aeb094 Border Color

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

This div border color is #aeb094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb094


Comments

No comments written yet.

Please login to write comment.