Color Hex Logo

#aeb160 Color Hex

#AEB160
(174,177,96)
0 Favorites   0 Comments

Color spaces of #aeb160

RGB 17417796
HSL0.170.340.54
HSV62°46°69°
CMYK 0.020.000.46   0.31
XYZ35.289041.287517.1757
Yxy41.28750.37640.4404
Hunter Lab64.2553-14.414829.1303
CIE-Lab70.3769-12.948140.8616

#aeb160 color RGB value is (174,177,96).

#aeb160 hex color red value is 174, green value is 177 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #aeb160 hue: 0.17 , saturation: 0.34 and the lightness value of aeb160 is 0.54.

The process color (four color CMYK) of #aeb160 color hex is 0.02, 0.00, 0.46, 0.31. Web safe color of #aeb160 is #999966. Color #aeb160 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110001 01100000
Octal 256 261 140
Decimal 174 177 96
Hex AE B1 60

RGB Percentages of Color #aeb160

%38.93
%39.60
%21.48

CMYK Percentages of Color #aeb160

%2
%0
%46
%31

Triadic Colors of #aeb160

#aeb160 #60aeb1 #b160ae

Analogous Colors of #aeb160

#aeb160 #86b160 #b18c60

Monochromatic Colors of #aeb160

#aeb160

Complementary Color

#aeb160 #6360b1

#aeb160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb160 Color CSS Codes

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

#aeb160 Text Font Color

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

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


#aeb160 Background Color

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

This div background color is #aeb160


#aeb160 Border Color

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

This div border color is #aeb160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb160


Comments

No comments written yet.

Please login to write comment.