Color Hex Logo

#aeb133 Color Hex

#AEB133
(174,177,51)
0 Favorites   0 Comments

Color spaces of #aeb133

RGB 17417751
HSL0.170.550.45
HSV61°71°69°
CMYK 0.020.000.71   0.31
XYZ33.775240.68209.2042
Yxy40.68200.40370.4863
Hunter Lab63.7824-17.096836.0918
CIE-Lab69.9525-16.333060.4188

#aeb133 color RGB value is (174,177,51).

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

The process color (four color CMYK) of #aeb133 color hex is 0.02, 0.00, 0.71, 0.31. Web safe color of #aeb133 is #999933. Color #aeb133 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110001 00110011
Octal 256 261 63
Decimal 174 177 51
Hex AE B1 33

RGB Percentages of Color #aeb133

%43.28
%44.03
%12.69

CMYK Percentages of Color #aeb133

%2
%0
%71
%31

Triadic Colors of #aeb133

#aeb133 #33aeb1 #b133ae

Analogous Colors of #aeb133

#aeb133 #6fb133 #b17533

Monochromatic Colors of #aeb133

#aeb133

Complementary Color

#aeb133 #3633b1

#aeb133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb133 Color CSS Codes

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

#aeb133 Text Font Color

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

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


#aeb133 Background Color

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

This div background color is #aeb133


#aeb133 Border Color

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

This div border color is #aeb133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb133


Comments

No comments written yet.

Please login to write comment.