Color Hex Logo

#aeb461 Color Hex

#AEB461
(174,180,97)
0 Favorites   0 Comments

Color spaces of #aeb461

RGB 17418097
HSL0.180.360.54
HSV64°46°71°
CMYK 0.030.000.46   0.29
XYZ35.934542.504317.6195
Yxy42.50430.37410.4425
Hunter Lab65.1953-15.705829.6132
CIE-Lab71.2172-14.392441.3876

#aeb461 color RGB value is (174,180,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110100 01100001
Octal 256 264 141
Decimal 174 180 97
Hex AE B4 61

RGB Percentages of Color #aeb461

%38.58
%39.91
%21.51

CMYK Percentages of Color #aeb461

%3
%0
%46
%29

Triadic Colors of #aeb461

#aeb461 #61aeb4 #b461ae

Analogous Colors of #aeb461

#aeb461 #85b461 #b49161

Monochromatic Colors of #aeb461

#aeb461

Complementary Color

#aeb461 #6761b4

#aeb461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb461 Color CSS Codes

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

#aeb461 Text Font Color

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

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


#aeb461 Background Color

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

This div background color is #aeb461


#aeb461 Border Color

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

This div border color is #aeb461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb461


Comments

No comments written yet.

Please login to write comment.