Color Hex Logo

#aeb109 Color Hex

#AEB109
(174,177,9)
0 Favorites   0 Comments

Color spaces of #aeb109

RGB 1741779
HSL0.170.900.36
HSV61°95°69°
CMYK 0.020.000.95   0.31
XYZ33.227040.46276.3173
Yxy40.46270.41530.5057
Hunter Lab63.6103-18.078138.6390
CIE-Lab69.7978-17.592670.5012

#aeb109 color RGB value is (174,177,9).

#aeb109 hex color red value is 174, green value is 177 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #aeb109 hue: 0.17 , saturation: 0.90 and the lightness value of aeb109 is 0.36.

The process color (four color CMYK) of #aeb109 color hex is 0.02, 0.00, 0.95, 0.31. Web safe color of #aeb109 is #999900. Color #aeb109 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110001 00001001
Octal 256 261 11
Decimal 174 177 9
Hex AE B1 9

RGB Percentages of Color #aeb109

%48.33
%49.17
%2.50

CMYK Percentages of Color #aeb109

%2
%0
%95
%31

Triadic Colors of #aeb109

#aeb109 #09aeb1 #b109ae

Analogous Colors of #aeb109

#aeb109 #5ab109 #b16009

Monochromatic Colors of #aeb109

#aeb109

Complementary Color

#aeb109 #0c09b1

#aeb109 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb109 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb109 Color CSS Codes

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

#aeb109 Text Font Color

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

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


#aeb109 Background Color

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

This div background color is #aeb109


#aeb109 Border Color

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

This div border color is #aeb109


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb109


Comments

No comments written yet.

Please login to write comment.