Color Hex Logo

#aeb184 Color Hex

#AEB184
(174,177,132)
0 Favorites   0 Comments

Color spaces of #aeb184

RGB 174177132
HSL0.180.220.61
HSV64°25°69°
CMYK 0.020.000.25   0.31
XYZ37.342642.108927.9895
Yxy42.10890.34760.3919
Hunter Lab64.8914-10.839719.8505
CIE-Lab70.9459-8.561022.7396

#aeb184 color RGB value is (174,177,132).

#aeb184 hex color red value is 174, green value is 177 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #aeb184 hue: 0.18 , saturation: 0.22 and the lightness value of aeb184 is 0.61.

The process color (four color CMYK) of #aeb184 color hex is 0.02, 0.00, 0.25, 0.31. Web safe color of #aeb184 is #999999. Color #aeb184 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110001 10000100
Octal 256 261 204
Decimal 174 177 132
Hex AE B1 84

RGB Percentages of Color #aeb184

%36.02
%36.65
%27.33

CMYK Percentages of Color #aeb184

%2
%0
%25
%31

Triadic Colors of #aeb184

#aeb184 #84aeb1 #b184ae

Analogous Colors of #aeb184

#aeb184 #98b184 #b19e84

Monochromatic Colors of #aeb184

#aeb184

Complementary Color

#aeb184 #8784b1

#aeb184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb184 Color CSS Codes

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

#aeb184 Text Font Color

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

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


#aeb184 Background Color

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

This div background color is #aeb184


#aeb184 Border Color

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

This div border color is #aeb184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb184


Comments

No comments written yet.

Please login to write comment.