Color Hex Logo

#aeb07e Color Hex

#AEB07E
(174,176,126)
0 Favorites   0 Comments

Color spaces of #aeb07e

RGB 174176126
HSL0.170.240.59
HSV62°28°69°
CMYK 0.010.000.28   0.31
XYZ36.746841.555725.8230
Yxy41.55570.35290.3991
Hunter Lab64.4637-11.059621.3741
CIE-Lab70.5635-8.870725.4498

#aeb07e color RGB value is (174,176,126).

#aeb07e hex color red value is 174, green value is 176 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #aeb07e hue: 0.17 , saturation: 0.24 and the lightness value of aeb07e is 0.59.

The process color (four color CMYK) of #aeb07e color hex is 0.01, 0.00, 0.28, 0.31. Web safe color of #aeb07e is #999966. Color #aeb07e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110000 01111110
Octal 256 260 176
Decimal 174 176 126
Hex AE B0 7E

RGB Percentages of Color #aeb07e

%36.55
%36.97
%26.47

CMYK Percentages of Color #aeb07e

%1
%0
%28
%31

Triadic Colors of #aeb07e

#aeb07e #7eaeb0 #b07eae

Analogous Colors of #aeb07e

#aeb07e #95b07e #b0997e

Monochromatic Colors of #aeb07e

#aeb07e

Complementary Color

#aeb07e #807eb0

#aeb07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb07e Color CSS Codes

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

#aeb07e Text Font Color

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

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


#aeb07e Background Color

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

This div background color is #aeb07e


#aeb07e Border Color

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

This div border color is #aeb07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb07e


Comments

No comments written yet.

Please login to write comment.