Color Hex Logo

#aeb601 Color Hex

#AEB601
(174,182,1)
0 Favorites   0 Comments

Color spaces of #aeb601

RGB 1741821
HSL0.170.990.36
HSV63°99°71°
CMYK 0.040.000.99   0.29
XYZ34.189042.45686.4217
Yxy42.45680.41160.5111
Hunter Lab65.1589-20.368739.7679
CIE-Lab71.1847-20.203772.4683

#aeb601 color RGB value is (174,182,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110110 00000001
Octal 256 266 1
Decimal 174 182 1
Hex AE B6 1

RGB Percentages of Color #aeb601

%48.74
%50.98
%0.28

CMYK Percentages of Color #aeb601

%4
%0
%99
%29

Triadic Colors of #aeb601

#aeb601 #01aeb6 #b601ae

Analogous Colors of #aeb601

#aeb601 #54b601 #b66301

Monochromatic Colors of #aeb601

#aeb601

Complementary Color

#aeb601 #0901b6

#aeb601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb601 Color CSS Codes

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

#aeb601 Text Font Color

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

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


#aeb601 Background Color

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

This div background color is #aeb601


#aeb601 Border Color

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

This div border color is #aeb601


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb601


Comments

No comments written yet.

Please login to write comment.