Color Hex Logo

#aeb78e Color Hex

#AEB78E
(174,183,142)
0 Favorites   0 Comments

Color spaces of #aeb78e

RGB 174183142
HSL0.200.220.64
HSV73°22°72°
CMYK 0.050.000.22   0.28
XYZ39.271544.818632.1722
Yxy44.81860.33780.3855
Hunter Lab66.9467-12.447118.3700
CIE-Lab72.7723-10.233419.8457

#aeb78e color RGB value is (174,183,142).

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

The process color (four color CMYK) of #aeb78e color hex is 0.05, 0.00, 0.22, 0.28. Web safe color of #aeb78e is #99cc99. Color #aeb78e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110111 10001110
Octal 256 267 216
Decimal 174 183 142
Hex AE B7 8E

RGB Percentages of Color #aeb78e

%34.87
%36.67
%28.46

CMYK Percentages of Color #aeb78e

%5
%0
%22
%28

Triadic Colors of #aeb78e

#aeb78e #8eaeb7 #b78eae

Analogous Colors of #aeb78e

#aeb78e #9ab78e #b7ac8e

Monochromatic Colors of #aeb78e

#aeb78e

Complementary Color

#aeb78e #978eb7

#aeb78e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb78e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb78e Color CSS Codes

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

#aeb78e Text Font Color

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

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


#aeb78e Background Color

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

This div background color is #aeb78e


#aeb78e Border Color

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

This div border color is #aeb78e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,183,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 #aeb78e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb78e


Comments

No comments written yet.

Please login to write comment.