Color Hex Logo

#aebaa1 Color Hex

#AEBAA1
(174,186,161)
1 Favorites   0 Comments

Color spaces of #aebaa1

RGB 174186161
HSL0.250.150.68
HSV89°13°73°
CMYK 0.060.000.13   0.27
XYZ41.447546.689740.5457
Yxy46.68970.32210.3628
Hunter Lab68.3299-11.302812.6493
CIE-Lab73.9908-8.730911.2685

#aebaa1 color RGB value is (174,186,161).

#aebaa1 hex color red value is 174, green value is 186 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #aebaa1 hue: 0.25 , saturation: 0.15 and the lightness value of aebaa1 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 10100001
Octal 256 272 241
Decimal 174 186 161
Hex AE BA A1

RGB Percentages of Color #aebaa1

%33.40
%35.70
%30.90

CMYK Percentages of Color #aebaa1

%6
%0
%13
%27

Triadic Colors of #aebaa1

#aebaa1 #a1aeba #baa1ae

Analogous Colors of #aebaa1

#aebaa1 #a2baa1 #babaa1

Monochromatic Colors of #aebaa1

#aebaa1

Complementary Color

#aebaa1 #ada1ba

#aebaa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebaa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebaa1 Color CSS Codes

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

#aebaa1 Text Font Color

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

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


#aebaa1 Background Color

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

This div background color is #aebaa1


#aebaa1 Border Color

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

This div border color is #aebaa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebaa1


Comments

No comments written yet.

Please login to write comment.