Color Hex Logo

#aebf83 Color Hex

#AEBF83
(174,191,131)
0 Favorites   0 Comments

Color spaces of #aebf83

RGB 174191131
HSL0.210.320.63
HSV77°31°75°
CMYK 0.090.000.31   0.25
XYZ40.183147.899028.6003
Yxy47.89900.34440.4105
Hunter Lab69.2091-17.478123.9451
CIE-Lab74.7612-15.946728.3992

#aebf83 color RGB value is (174,191,131).

#aebf83 hex color red value is 174, green value is 191 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #aebf83 hue: 0.21 , saturation: 0.32 and the lightness value of aebf83 is 0.63.

The process color (four color CMYK) of #aebf83 color hex is 0.09, 0.00, 0.31, 0.25. Web safe color of #aebf83 is #99cc99. Color #aebf83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 10000011
Octal 256 277 203
Decimal 174 191 131
Hex AE BF 83

RGB Percentages of Color #aebf83

%35.08
%38.51
%26.41

CMYK Percentages of Color #aebf83

%9
%0
%31
%25

Triadic Colors of #aebf83

#aebf83 #83aebf #bf83ae

Analogous Colors of #aebf83

#aebf83 #90bf83 #bfb283

Monochromatic Colors of #aebf83

#aebf83

Complementary Color

#aebf83 #9483bf

#aebf83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebf83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebf83 Color CSS Codes

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

#aebf83 Text Font Color

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

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


#aebf83 Background Color

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

This div background color is #aebf83


#aebf83 Border Color

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

This div border color is #aebf83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebf83


Comments

No comments written yet.

Please login to write comment.