Color Hex Logo

#aeb611 Color Hex

#AEB611
(174,182,17)
0 Favorites   0 Comments

Color spaces of #aeb611

RGB 17418217
HSL0.170.830.39
HSV63°91°71°
CMYK 0.040.000.91   0.29
XYZ34.284742.49506.9257
Yxy42.49500.40960.5077
Hunter Lab65.1882-20.200139.3327
CIE-Lab71.2109-19.984970.5277

#aeb611 color RGB value is (174,182,17).

#aeb611 hex color red value is 174, green value is 182 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #aeb611 hue: 0.17 , saturation: 0.83 and the lightness value of aeb611 is 0.39.

The process color (four color CMYK) of #aeb611 color hex is 0.04, 0.00, 0.91, 0.29. Web safe color of #aeb611 is #99cc00. Color #aeb611 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110110 00010001
Octal 256 266 21
Decimal 174 182 17
Hex AE B6 11

RGB Percentages of Color #aeb611

%46.65
%48.79
%4.56

CMYK Percentages of Color #aeb611

%4
%0
%91
%29

Triadic Colors of #aeb611

#aeb611 #11aeb6 #b611ae

Analogous Colors of #aeb611

#aeb611 #5cb611 #b66c11

Monochromatic Colors of #aeb611

#aeb611

Complementary Color

#aeb611 #1911b6

#aeb611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb611 Color CSS Codes

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

#aeb611 Text Font Color

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

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


#aeb611 Background Color

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

This div background color is #aeb611


#aeb611 Border Color

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

This div border color is #aeb611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb611


Comments

No comments written yet.

Please login to write comment.