Color Hex Logo

#aeb669 Color Hex

#AEB669
(174,182,105)
0 Favorites   0 Comments

Color spaces of #aeb669

RGB 174182105
HSL0.180.350.56
HSV66°42°71°
CMYK 0.040.000.42   0.29
XYZ36.733343.474519.8200
Yxy43.47450.36720.4346
Hunter Lab65.9352-15.942128.3322
CIE-Lab71.8758-14.571938.1628

#aeb669 color RGB value is (174,182,105).

#aeb669 hex color red value is 174, green value is 182 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #aeb669 hue: 0.18 , saturation: 0.35 and the lightness value of aeb669 is 0.56.

The process color (four color CMYK) of #aeb669 color hex is 0.04, 0.00, 0.42, 0.29. Web safe color of #aeb669 is #99cc66. Color #aeb669 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110110 01101001
Octal 256 266 151
Decimal 174 182 105
Hex AE B6 69

RGB Percentages of Color #aeb669

%37.74
%39.48
%22.78

CMYK Percentages of Color #aeb669

%4
%0
%42
%29

Triadic Colors of #aeb669

#aeb669 #69aeb6 #b669ae

Analogous Colors of #aeb669

#aeb669 #88b669 #b69869

Monochromatic Colors of #aeb669

#aeb669

Complementary Color

#aeb669 #7169b6

#aeb669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb669 Color CSS Codes

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

#aeb669 Text Font Color

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

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


#aeb669 Background Color

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

This div background color is #aeb669


#aeb669 Border Color

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

This div border color is #aeb669


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,182,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 #aeb669">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb669


Comments

No comments written yet.

Please login to write comment.