Color Hex Logo

#aeb469 Color Hex

#AEB469
(174,180,105)
0 Favorites   0 Comments

Color spaces of #aeb469

RGB 174180105
HSL0.180.330.56
HSV65°42°71°
CMYK 0.030.000.42   0.29
XYZ36.326642.661119.6844
Yxy42.66110.36820.4324
Hunter Lab65.3155-15.025527.8523
CIE-Lab71.3243-13.543937.4710

#aeb469 color RGB value is (174,180,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110100 01101001
Octal 256 264 151
Decimal 174 180 105
Hex AE B4 69

RGB Percentages of Color #aeb469

%37.91
%39.22
%22.88

CMYK Percentages of Color #aeb469

%3
%0
%42
%29

Triadic Colors of #aeb469

#aeb469 #69aeb4 #b469ae

Analogous Colors of #aeb469

#aeb469 #89b469 #b49569

Monochromatic Colors of #aeb469

#aeb469

Complementary Color

#aeb469 #6f69b4

#aeb469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb469 Color CSS Codes

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

#aeb469 Text Font Color

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

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


#aeb469 Background Color

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

This div background color is #aeb469


#aeb469 Border Color

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

This div border color is #aeb469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb469


Comments

No comments written yet.

Please login to write comment.