Color Hex Logo

#aeb965 Color Hex

#AEB965
(174,185,101)
0 Favorites   0 Comments

Color spaces of #aeb965

RGB 174185101
HSL0.190.380.56
HSV68°45°73°
CMYK 0.060.000.45   0.27
XYZ37.153544.636218.9694
Yxy44.63620.36870.4430
Hunter Lab66.8103-17.653529.9331
CIE-Lab72.6517-16.532641.1457

#aeb965 color RGB value is (174,185,101).

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

The process color (four color CMYK) of #aeb965 color hex is 0.06, 0.00, 0.45, 0.27. Web safe color of #aeb965 is #99cc66. Color #aeb965 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111001 01100101
Octal 256 271 145
Decimal 174 185 101
Hex AE B9 65

RGB Percentages of Color #aeb965

%37.83
%40.22
%21.96

CMYK Percentages of Color #aeb965

%6
%0
%45
%27

Triadic Colors of #aeb965

#aeb965 #65aeb9 #b965ae

Analogous Colors of #aeb965

#aeb965 #84b965 #b99a65

Monochromatic Colors of #aeb965

#aeb965

Complementary Color

#aeb965 #7065b9

#aeb965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb965 Color CSS Codes

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

#aeb965 Text Font Color

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

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


#aeb965 Background Color

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

This div background color is #aeb965


#aeb965 Border Color

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

This div border color is #aeb965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb965


Comments

No comments written yet.

Please login to write comment.