Color Hex Logo

#aeba88 Color Hex

#AEBA88
(174,186,136)
0 Favorites   0 Comments

Color spaces of #aeba88

RGB 174186136
HSL0.210.270.63
HSV74°27°73°
CMYK 0.060.000.27   0.27
XYZ39.458445.894130.0713
Yxy45.89410.34190.3976
Hunter Lab67.7452-14.586221.1035
CIE-Lab73.4768-12.680124.0254

#aeba88 color RGB value is (174,186,136).

#aeba88 hex color red value is 174, green value is 186 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #aeba88 hue: 0.21 , saturation: 0.27 and the lightness value of aeba88 is 0.63.

The process color (four color CMYK) of #aeba88 color hex is 0.06, 0.00, 0.27, 0.27. Web safe color of #aeba88 is #99cc99. Color #aeba88 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 10001000
Octal 256 272 210
Decimal 174 186 136
Hex AE BA 88

RGB Percentages of Color #aeba88

%35.08
%37.50
%27.42

CMYK Percentages of Color #aeba88

%6
%0
%27
%27

Triadic Colors of #aeba88

#aeba88 #88aeba #ba88ae

Analogous Colors of #aeba88

#aeba88 #95ba88 #baad88

Monochromatic Colors of #aeba88

#aeba88

Complementary Color

#aeba88 #9488ba

#aeba88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeba88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeba88 Color CSS Codes

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

#aeba88 Text Font Color

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

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


#aeba88 Background Color

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

This div background color is #aeba88


#aeba88 Border Color

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

This div border color is #aeba88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeba88


Comments

No comments written yet.

Please login to write comment.