Color Hex Logo

#aeb483 Color Hex

#AEB483
(174,180,131)
0 Favorites   0 Comments

Color spaces of #aeb483

RGB 174180131
HSL0.190.250.61
HSV67°27°71°
CMYK 0.030.000.27   0.29
XYZ37.873643.279927.8304
Yxy43.27990.34750.3971
Hunter Lab65.7875-12.366320.9695
CIE-Lab71.7445-10.275624.3579

#aeb483 color RGB value is (174,180,131).

#aeb483 hex color red value is 174, green value is 180 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #aeb483 hue: 0.19 , saturation: 0.25 and the lightness value of aeb483 is 0.61.

The process color (four color CMYK) of #aeb483 color hex is 0.03, 0.00, 0.27, 0.29. Web safe color of #aeb483 is #99cc99. Color #aeb483 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110100 10000011
Octal 256 264 203
Decimal 174 180 131
Hex AE B4 83

RGB Percentages of Color #aeb483

%35.88
%37.11
%27.01

CMYK Percentages of Color #aeb483

%3
%0
%27
%29

Triadic Colors of #aeb483

#aeb483 #83aeb4 #b483ae

Analogous Colors of #aeb483

#aeb483 #96b483 #b4a283

Monochromatic Colors of #aeb483

#aeb483

Complementary Color

#aeb483 #8983b4

#aeb483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb483 Color CSS Codes

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

#aeb483 Text Font Color

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

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


#aeb483 Background Color

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

This div background color is #aeb483


#aeb483 Border Color

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

This div border color is #aeb483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb483


Comments

No comments written yet.

Please login to write comment.