Color Hex Logo

#aeb152 Color Hex

#AEB152
(174,177,82)
0 Favorites   0 Comments

Color spaces of #aeb152

RGB 17417782
HSL0.170.380.51
HSV62°54°69°
CMYK 0.020.000.54   0.31
XYZ34.700741.052114.0776
Yxy41.05210.38630.4570
Hunter Lab64.0719-15.452131.8234
CIE-Lab70.2124-14.247447.5106

#aeb152 color RGB value is (174,177,82).

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

The process color (four color CMYK) of #aeb152 color hex is 0.02, 0.00, 0.54, 0.31. Web safe color of #aeb152 is #999966. Color #aeb152 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110001 01010010
Octal 256 261 122
Decimal 174 177 82
Hex AE B1 52

RGB Percentages of Color #aeb152

%40.18
%40.88
%18.94

CMYK Percentages of Color #aeb152

%2
%0
%54
%31

Triadic Colors of #aeb152

#aeb152 #52aeb1 #b152ae

Analogous Colors of #aeb152

#aeb152 #7fb152 #b18552

Monochromatic Colors of #aeb152

#aeb152

Complementary Color

#aeb152 #5552b1

#aeb152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb152 Color CSS Codes

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

#aeb152 Text Font Color

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

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


#aeb152 Background Color

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

This div background color is #aeb152


#aeb152 Border Color

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

This div border color is #aeb152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb152


Comments

No comments written yet.

Please login to write comment.