Color Hex Logo

#aeb383 Color Hex

#AEB383
(174,179,131)
0 Favorites   0 Comments

Color spaces of #aeb383

RGB 174179131
HSL0.180.240.61
HSV66°27°70°
CMYK 0.030.000.27   0.30
XYZ37.672442.877627.7634
Yxy42.87760.34780.3959
Hunter Lab65.4810-11.897420.6982
CIE-Lab71.4718-9.752823.9897

#aeb383 color RGB value is (174,179,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110011 10000011
Octal 256 263 203
Decimal 174 179 131
Hex AE B3 83

RGB Percentages of Color #aeb383

%35.95
%36.98
%27.07

CMYK Percentages of Color #aeb383

%3
%0
%27
%30

Triadic Colors of #aeb383

#aeb383 #83aeb3 #b383ae

Analogous Colors of #aeb383

#aeb383 #96b383 #b3a083

Monochromatic Colors of #aeb383

#aeb383

Complementary Color

#aeb383 #8883b3

#aeb383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb383 Color CSS Codes

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

#aeb383 Text Font Color

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

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


#aeb383 Background Color

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

This div background color is #aeb383


#aeb383 Border Color

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

This div border color is #aeb383


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,179,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 #aeb383">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb383


Comments

No comments written yet.

Please login to write comment.