Color Hex Logo

#aeb564 Color Hex

#AEB564
(174,181,100)
0 Favorites   0 Comments

Color spaces of #aeb564

RGB 174181100
HSL0.180.350.55
HSV65°45°71°
CMYK 0.040.000.45   0.29
XYZ36.279742.966518.4378
Yxy42.96650.37140.4399
Hunter Lab65.5488-15.915029.2069
CIE-Lab71.5322-14.596140.2689

#aeb564 color RGB value is (174,181,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110101 01100100
Octal 256 265 144
Decimal 174 181 100
Hex AE B5 64

RGB Percentages of Color #aeb564

%38.24
%39.78
%21.98

CMYK Percentages of Color #aeb564

%4
%0
%45
%29

Triadic Colors of #aeb564

#aeb564 #64aeb5 #b564ae

Analogous Colors of #aeb564

#aeb564 #86b564 #b59464

Monochromatic Colors of #aeb564

#aeb564

Complementary Color

#aeb564 #6b64b5

#aeb564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb564 Color CSS Codes

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

#aeb564 Text Font Color

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

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


#aeb564 Background Color

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

This div background color is #aeb564


#aeb564 Border Color

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

This div border color is #aeb564


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb564


Comments

No comments written yet.

Please login to write comment.