Color Hex Logo

#aeb021 Color Hex

#AEB021
(174,176,33)
0 Favorites   0 Comments

Color spaces of #aeb021

RGB 17417633
HSL0.170.680.41
HSV61°81°69°
CMYK 0.010.000.81   0.31
XYZ33.255440.15917.4376
Yxy40.15910.41130.4967
Hunter Lab63.3712-17.227937.4012
CIE-Lab69.5827-16.565065.8001

#aeb021 color RGB value is (174,176,33).

#aeb021 hex color red value is 174, green value is 176 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #aeb021 hue: 0.17 , saturation: 0.68 and the lightness value of aeb021 is 0.41.

The process color (four color CMYK) of #aeb021 color hex is 0.01, 0.00, 0.81, 0.31. Web safe color of #aeb021 is #999933. Color #aeb021 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110000 00100001
Octal 256 260 41
Decimal 174 176 33
Hex AE B0 21

RGB Percentages of Color #aeb021

%45.43
%45.95
%8.62

CMYK Percentages of Color #aeb021

%1
%0
%81
%31

Triadic Colors of #aeb021

#aeb021 #21aeb0 #b021ae

Analogous Colors of #aeb021

#aeb021 #67b021 #b06b21

Monochromatic Colors of #aeb021

#aeb021

Complementary Color

#aeb021 #2321b0

#aeb021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb021 Color CSS Codes

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

#aeb021 Text Font Color

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

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


#aeb021 Background Color

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

This div background color is #aeb021


#aeb021 Border Color

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

This div border color is #aeb021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb021


Comments

No comments written yet.

Please login to write comment.