Color Hex Logo

#aeba80 Color Hex

#AEBA80
(174,186,128)
0 Favorites   0 Comments

Color spaces of #aeba80

RGB 174186128
HSL0.200.300.62
HSV72°31°73°
CMYK 0.060.000.31   0.27
XYZ38.910745.675027.1874
Yxy45.67500.34810.4086
Hunter Lab67.5833-15.500423.4571
CIE-Lab73.3341-13.799228.0838

#aeba80 color RGB value is (174,186,128).

#aeba80 hex color red value is 174, green value is 186 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #aeba80 hue: 0.20 , saturation: 0.30 and the lightness value of aeba80 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 10000000
Octal 256 272 200
Decimal 174 186 128
Hex AE BA 80

RGB Percentages of Color #aeba80

%35.66
%38.11
%26.23

CMYK Percentages of Color #aeba80

%6
%0
%31
%27

Triadic Colors of #aeba80

#aeba80 #80aeba #ba80ae

Analogous Colors of #aeba80

#aeba80 #91ba80 #baa980

Monochromatic Colors of #aeba80

#aeba80

Complementary Color

#aeba80 #8c80ba

#aeba80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeba80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeba80 Color CSS Codes

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

#aeba80 Text Font Color

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

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


#aeba80 Background Color

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

This div background color is #aeba80


#aeba80 Border Color

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

This div border color is #aeba80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeba80


Comments

No comments written yet.

Please login to write comment.