Color Hex Logo

#aeb68e Color Hex

#AEB68E
(174,182,142)
0 Favorites   0 Comments

Color spaces of #aeb68e

RGB 174182142
HSL0.200.220.64
HSV72°22°71°
CMYK 0.040.000.22   0.29
XYZ39.066044.407632.1037
Yxy44.40760.33800.3842
Hunter Lab66.6390-11.975718.0841
CIE-Lab72.5001-9.710919.4710

#aeb68e color RGB value is (174,182,142).

#aeb68e hex color red value is 174, green value is 182 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #aeb68e hue: 0.20 , saturation: 0.22 and the lightness value of aeb68e is 0.64.

The process color (four color CMYK) of #aeb68e color hex is 0.04, 0.00, 0.22, 0.29. Web safe color of #aeb68e is #99cc99. Color #aeb68e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110110 10001110
Octal 256 266 216
Decimal 174 182 142
Hex AE B6 8E

RGB Percentages of Color #aeb68e

%34.94
%36.55
%28.51

CMYK Percentages of Color #aeb68e

%4
%0
%22
%29

Triadic Colors of #aeb68e

#aeb68e #8eaeb6 #b68eae

Analogous Colors of #aeb68e

#aeb68e #9ab68e #b6aa8e

Monochromatic Colors of #aeb68e

#aeb68e

Complementary Color

#aeb68e #968eb6

#aeb68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb68e Color CSS Codes

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

#aeb68e Text Font Color

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

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


#aeb68e Background Color

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

This div background color is #aeb68e


#aeb68e Border Color

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

This div border color is #aeb68e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb68e


Comments

No comments written yet.

Please login to write comment.