Color Hex Logo

#aeb860 Color Hex

#AEB860
(174,184,96)
0 Favorites   0 Comments

Color spaces of #aeb860

RGB 17418496
HSL0.190.380.55
HSV67°48°72°
CMYK 0.050.000.48   0.28
XYZ36.707444.124217.6485
Yxy44.12420.37270.4481
Hunter Lab66.4260-17.605530.7457
CIE-Lab72.3114-16.535143.2144

#aeb860 color RGB value is (174,184,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111000 01100000
Octal 256 270 140
Decimal 174 184 96
Hex AE B8 60

RGB Percentages of Color #aeb860

%38.33
%40.53
%21.15

CMYK Percentages of Color #aeb860

%5
%0
%48
%28

Triadic Colors of #aeb860

#aeb860 #60aeb8 #b860ae

Analogous Colors of #aeb860

#aeb860 #82b860 #b89660

Monochromatic Colors of #aeb860

#aeb860

Complementary Color

#aeb860 #6a60b8

#aeb860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb860 Color CSS Codes

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

#aeb860 Text Font Color

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

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


#aeb860 Background Color

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

This div background color is #aeb860


#aeb860 Border Color

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

This div border color is #aeb860


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb860


Comments

No comments written yet.

Please login to write comment.