Color Hex Logo

#aeb236 Color Hex

#AEB236
(174,178,54)
0 Favorites   0 Comments

Color spaces of #aeb236

RGB 17417854
HSL0.170.530.45
HSV62°70°70°
CMYK 0.020.000.70   0.30
XYZ34.041841.10589.6300
Yxy41.10580.40150.4849
Hunter Lab64.1138-17.423035.9742
CIE-Lab70.2500-16.685759.5985

#aeb236 color RGB value is (174,178,54).

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

The process color (four color CMYK) of #aeb236 color hex is 0.02, 0.00, 0.70, 0.30. Web safe color of #aeb236 is #999933. Color #aeb236 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110010 00110110
Octal 256 262 66
Decimal 174 178 54
Hex AE B2 36

RGB Percentages of Color #aeb236

%42.86
%43.84
%13.30

CMYK Percentages of Color #aeb236

%2
%0
%70
%30

Triadic Colors of #aeb236

#aeb236 #36aeb2 #b236ae

Analogous Colors of #aeb236

#aeb236 #70b236 #b27836

Monochromatic Colors of #aeb236

#aeb236

Complementary Color

#aeb236 #3a36b2

#aeb236 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb236 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb236 Color CSS Codes

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

#aeb236 Text Font Color

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

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


#aeb236 Background Color

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

This div background color is #aeb236


#aeb236 Border Color

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

This div border color is #aeb236


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb236


Comments

No comments written yet.

Please login to write comment.