Color Hex Logo

#aeb88d Color Hex

#AEB88D
(174,184,141)
0 Favorites   0 Comments

Color spaces of #aeb88d

RGB 174184141
HSL0.210.230.64
HSV74°23°72°
CMYK 0.050.000.23   0.28
XYZ39.403845.202731.8475
Yxy45.20270.33840.3882
Hunter Lab67.2330-13.042618.9781
CIE-Lab73.0252-10.905720.7313

#aeb88d color RGB value is (174,184,141).

#aeb88d hex color red value is 174, green value is 184 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #aeb88d hue: 0.21 , saturation: 0.23 and the lightness value of aeb88d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111000 10001101
Octal 256 270 215
Decimal 174 184 141
Hex AE B8 8D

RGB Percentages of Color #aeb88d

%34.87
%36.87
%28.26

CMYK Percentages of Color #aeb88d

%5
%0
%23
%28

Triadic Colors of #aeb88d

#aeb88d #8daeb8 #b88dae

Analogous Colors of #aeb88d

#aeb88d #99b88d #b8ad8d

Monochromatic Colors of #aeb88d

#aeb88d

Complementary Color

#aeb88d #978db8

#aeb88d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb88d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb88d Color CSS Codes

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

#aeb88d Text Font Color

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

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


#aeb88d Background Color

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

This div background color is #aeb88d


#aeb88d Border Color

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

This div border color is #aeb88d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb88d


Comments

No comments written yet.

Please login to write comment.