Color Hex Logo

#aeb134 Color Hex

#AEB134
(174,177,52)
0 Favorites   0 Comments

Color spaces of #aeb134

RGB 17417752
HSL0.170.550.45
HSV61°71°69°
CMYK 0.020.000.71   0.31
XYZ33.797540.69099.3216
Yxy40.69090.40330.4855
Hunter Lab63.7894-17.057035.9885
CIE-Lab69.9588-16.282160.0580

#aeb134 color RGB value is (174,177,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110001 00110100
Octal 256 261 64
Decimal 174 177 52
Hex AE B1 34

RGB Percentages of Color #aeb134

%43.18
%43.92
%12.90

CMYK Percentages of Color #aeb134

%2
%0
%71
%31

Triadic Colors of #aeb134

#aeb134 #34aeb1 #b134ae

Analogous Colors of #aeb134

#aeb134 #70b134 #b17634

Monochromatic Colors of #aeb134

#aeb134

Complementary Color

#aeb134 #3734b1

#aeb134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb134 Color CSS Codes

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

#aeb134 Text Font Color

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

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


#aeb134 Background Color

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

This div background color is #aeb134


#aeb134 Border Color

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

This div border color is #aeb134


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb134


Comments

No comments written yet.

Please login to write comment.