Color Hex Logo

#aeb101 Color Hex

#AEB101
(174,177,1)
0 Favorites   0 Comments

Color spaces of #aeb101

RGB 1741771
HSL0.170.990.35
HSV61°99°69°
CMYK 0.020.000.99   0.31
XYZ33.183240.44516.0865
Yxy40.44510.41630.5074
Hunter Lab63.5965-18.156538.8432
CIE-Lab69.7854-17.693871.4344

#aeb101 color RGB value is (174,177,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110001 00000001
Octal 256 261 1
Decimal 174 177 1
Hex AE B1 1

RGB Percentages of Color #aeb101

%49.43
%50.28
%0.28

CMYK Percentages of Color #aeb101

%2
%0
%99
%31

Triadic Colors of #aeb101

#aeb101 #01aeb1 #b101ae

Analogous Colors of #aeb101

#aeb101 #56b101 #b15c01

Monochromatic Colors of #aeb101

#aeb101

Complementary Color

#aeb101 #0401b1

#aeb101 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb101 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb101 Color CSS Codes

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

#aeb101 Text Font Color

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

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


#aeb101 Background Color

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

This div background color is #aeb101


#aeb101 Border Color

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

This div border color is #aeb101


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb101


Comments

No comments written yet.

Please login to write comment.