Color Hex Logo

#aeb769 Color Hex

#AEB769
(174,183,105)
0 Favorites   0 Comments

Color spaces of #aeb769

RGB 174183105
HSL0.190.350.56
HSV67°43°72°
CMYK 0.050.000.43   0.28
XYZ36.938843.885619.8885
Yxy43.88560.36680.4357
Hunter Lab66.2462-16.399528.5722
CIE-Lab72.1520-15.084238.5084

#aeb769 color RGB value is (174,183,105).

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

The process color (four color CMYK) of #aeb769 color hex is 0.05, 0.00, 0.43, 0.28. Web safe color of #aeb769 is #99cc66. Color #aeb769 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110111 01101001
Octal 256 267 151
Decimal 174 183 105
Hex AE B7 69

RGB Percentages of Color #aeb769

%37.66
%39.61
%22.73

CMYK Percentages of Color #aeb769

%5
%0
%43
%28

Triadic Colors of #aeb769

#aeb769 #69aeb7 #b769ae

Analogous Colors of #aeb769

#aeb769 #87b769 #b79969

Monochromatic Colors of #aeb769

#aeb769

Complementary Color

#aeb769 #7269b7

#aeb769 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb769 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb769 Color CSS Codes

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

#aeb769 Text Font Color

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

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


#aeb769 Background Color

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

This div background color is #aeb769


#aeb769 Border Color

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

This div border color is #aeb769


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb769


Comments

No comments written yet.

Please login to write comment.