Color Hex Logo

#aeb069 Color Hex

#AEB069
(174,176,105)
0 Favorites   0 Comments

Color spaces of #aeb069

RGB 174176105
HSL0.170.310.55
HSV62°40°69°
CMYK 0.010.000.40   0.31
XYZ35.530741.069319.4191
Yxy41.06930.37000.4277
Hunter Lab64.0853-13.183926.8937
CIE-Lab70.2244-11.472536.0850

#aeb069 color RGB value is (174,176,105).

#aeb069 hex color red value is 174, green value is 176 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #aeb069 hue: 0.17 , saturation: 0.31 and the lightness value of aeb069 is 0.55.

The process color (four color CMYK) of #aeb069 color hex is 0.01, 0.00, 0.40, 0.31. Web safe color of #aeb069 is #999966. Color #aeb069 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110000 01101001
Octal 256 260 151
Decimal 174 176 105
Hex AE B0 69

RGB Percentages of Color #aeb069

%38.24
%38.68
%23.08

CMYK Percentages of Color #aeb069

%1
%0
%40
%31

Triadic Colors of #aeb069

#aeb069 #69aeb0 #b069ae

Analogous Colors of #aeb069

#aeb069 #8bb069 #b08f69

Monochromatic Colors of #aeb069

#aeb069

Complementary Color

#aeb069 #6b69b0

#aeb069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb069 Color CSS Codes

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

#aeb069 Text Font Color

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

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


#aeb069 Background Color

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

This div background color is #aeb069


#aeb069 Border Color

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

This div border color is #aeb069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb069


Comments

No comments written yet.

Please login to write comment.