Color Hex Logo

#aeb089 Color Hex

#AEB089
(174,176,137)
1 Favorites   0 Comments

Color spaces of #aeb089

RGB 174176137
HSL0.180.200.61
HSV63°22°69°
CMYK 0.010.000.22   0.31
XYZ37.496241.855529.7696
Yxy41.85550.34360.3836
Hunter Lab64.6958-9.763218.0050
CIE-Lab70.7712-7.306419.7976

#aeb089 color RGB value is (174,176,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110000 10001001
Octal 256 260 211
Decimal 174 176 137
Hex AE B0 89

RGB Percentages of Color #aeb089

%35.73
%36.14
%28.13

CMYK Percentages of Color #aeb089

%1
%0
%22
%31

Triadic Colors of #aeb089

#aeb089 #89aeb0 #b089ae

Analogous Colors of #aeb089

#aeb089 #9bb089 #b09f89

Monochromatic Colors of #aeb089

#aeb089

Complementary Color

#aeb089 #8b89b0

#aeb089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb089 Color CSS Codes

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

#aeb089 Text Font Color

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

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


#aeb089 Background Color

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

This div background color is #aeb089


#aeb089 Border Color

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

This div border color is #aeb089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb089


Comments

No comments written yet.

Please login to write comment.