Color Hex Logo

#aeb48f Color Hex

#AEB48F
(174,180,143)
0 Favorites   0 Comments

Color spaces of #aeb48f

RGB 174180143
HSL0.190.200.63
HSV70°21°71°
CMYK 0.030.000.21   0.29
XYZ38.734743.624432.3654
Yxy43.62440.33760.3803
Hunter Lab66.0488-10.902917.1807
CIE-Lab71.9767-8.508918.2079

#aeb48f color RGB value is (174,180,143).

#aeb48f hex color red value is 174, green value is 180 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #aeb48f hue: 0.19 , saturation: 0.20 and the lightness value of aeb48f is 0.63.

The process color (four color CMYK) of #aeb48f color hex is 0.03, 0.00, 0.21, 0.29. Web safe color of #aeb48f is #99cc99. Color #aeb48f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110100 10001111
Octal 256 264 217
Decimal 174 180 143
Hex AE B4 8F

RGB Percentages of Color #aeb48f

%35.01
%36.22
%28.77

CMYK Percentages of Color #aeb48f

%3
%0
%21
%29

Triadic Colors of #aeb48f

#aeb48f #8faeb4 #b48fae

Analogous Colors of #aeb48f

#aeb48f #9cb48f #b4a88f

Monochromatic Colors of #aeb48f

#aeb48f

Complementary Color

#aeb48f #958fb4

#aeb48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb48f Color CSS Codes

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

#aeb48f Text Font Color

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

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


#aeb48f Background Color

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

This div background color is #aeb48f


#aeb48f Border Color

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

This div border color is #aeb48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb48f


Comments

No comments written yet.

Please login to write comment.