Color Hex Logo

#aeb801 Color Hex

#AEB801
(174,184,1)
0 Favorites   0 Comments

Color spaces of #aeb801

RGB 1741841
HSL0.180.990.36
HSV63°99°72°
CMYK 0.050.000.99   0.28
XYZ34.601543.28186.5593
Yxy43.28180.40980.5126
Hunter Lab65.7889-21.249040.1409
CIE-Lab71.7458-21.197872.8835

#aeb801 color RGB value is (174,184,1).

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

The process color (four color CMYK) of #aeb801 color hex is 0.05, 0.00, 0.99, 0.28. Web safe color of #aeb801 is #99cc00. Color #aeb801 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111000 00000001
Octal 256 270 1
Decimal 174 184 1
Hex AE B8 1

RGB Percentages of Color #aeb801

%48.47
%51.25
%0.28

CMYK Percentages of Color #aeb801

%5
%0
%99
%28

Triadic Colors of #aeb801

#aeb801 #01aeb8 #b801ae

Analogous Colors of #aeb801

#aeb801 #53b801 #b86701

Monochromatic Colors of #aeb801

#aeb801

Complementary Color

#aeb801 #0b01b8

#aeb801 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb801 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb801 Color CSS Codes

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

#aeb801 Text Font Color

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

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


#aeb801 Background Color

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

This div background color is #aeb801


#aeb801 Border Color

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

This div border color is #aeb801


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,184,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 #aeb801">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb801


Comments

No comments written yet.

Please login to write comment.