Color Hex Logo

#aeb05b Color Hex

#AEB05B
(174,176,91)
0 Favorites   0 Comments

Color spaces of #aeb05b

RGB 17417691
HSL0.170.350.52
HSV61°48°69°
CMYK 0.010.000.48   0.31
XYZ34.869240.804715.9358
Yxy40.80470.38060.4454
Hunter Lab63.8786-14.350229.9239
CIE-Lab70.0389-12.921942.9443

#aeb05b color RGB value is (174,176,91).

#aeb05b hex color red value is 174, green value is 176 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #aeb05b hue: 0.17 , saturation: 0.35 and the lightness value of aeb05b is 0.52.

The process color (four color CMYK) of #aeb05b color hex is 0.01, 0.00, 0.48, 0.31. Web safe color of #aeb05b is #999966. Color #aeb05b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110000 01011011
Octal 256 260 133
Decimal 174 176 91
Hex AE B0 5B

RGB Percentages of Color #aeb05b

%39.46
%39.91
%20.63

CMYK Percentages of Color #aeb05b

%1
%0
%48
%31

Triadic Colors of #aeb05b

#aeb05b #5baeb0 #b05bae

Analogous Colors of #aeb05b

#aeb05b #84b05b #b0885b

Monochromatic Colors of #aeb05b

#aeb05b

Complementary Color

#aeb05b #5d5bb0

#aeb05b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb05b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb05b Color CSS Codes

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

#aeb05b Text Font Color

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

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


#aeb05b Background Color

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

This div background color is #aeb05b


#aeb05b Border Color

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

This div border color is #aeb05b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb05b


Comments

No comments written yet.

Please login to write comment.