Color Hex Logo

#aeb161 Color Hex

#AEB161
(174,177,97)
0 Favorites   0 Comments

Color spaces of #aeb161

RGB 17417797
HSL0.170.340.54
HSV62°45°69°
CMYK 0.020.000.45   0.31
XYZ35.335441.306017.4197
Yxy41.30600.37570.4391
Hunter Lab64.2697-14.333028.9188
CIE-Lab70.3898-12.846340.3745

#aeb161 color RGB value is (174,177,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110001 01100001
Octal 256 261 141
Decimal 174 177 97
Hex AE B1 61

RGB Percentages of Color #aeb161

%38.84
%39.51
%21.65

CMYK Percentages of Color #aeb161

%2
%0
%45
%31

Triadic Colors of #aeb161

#aeb161 #61aeb1 #b161ae

Analogous Colors of #aeb161

#aeb161 #86b161 #b18c61

Monochromatic Colors of #aeb161

#aeb161

Complementary Color

#aeb161 #6461b1

#aeb161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb161 Color CSS Codes

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

#aeb161 Text Font Color

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

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


#aeb161 Background Color

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

This div background color is #aeb161


#aeb161 Border Color

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

This div border color is #aeb161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb161


Comments

No comments written yet.

Please login to write comment.