Color Hex Logo

#aebf56 Color Hex

#AEBF56
(174,191,86)
0 Favorites   0 Comments

Color spaces of #aebf56

RGB 17419186
HSL0.190.450.54
HSV70°55°75°
CMYK 0.090.000.55   0.25
XYZ37.766146.932215.8724
Yxy46.93220.37550.4667
Hunter Lab68.5071-21.485234.2181
CIE-Lab74.1464-20.976950.1662

#aebf56 color RGB value is (174,191,86).

#aebf56 hex color red value is 174, green value is 191 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #aebf56 hue: 0.19 , saturation: 0.45 and the lightness value of aebf56 is 0.54.

The process color (four color CMYK) of #aebf56 color hex is 0.09, 0.00, 0.55, 0.25. Web safe color of #aebf56 is #99cc66. Color #aebf56 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 01010110
Octal 256 277 126
Decimal 174 191 86
Hex AE BF 56

RGB Percentages of Color #aebf56

%38.58
%42.35
%19.07

CMYK Percentages of Color #aebf56

%9
%0
%55
%25

Triadic Colors of #aebf56

#aebf56 #56aebf #bf56ae

Analogous Colors of #aebf56

#aebf56 #7abf56 #bf9c56

Monochromatic Colors of #aebf56

#aebf56

Complementary Color

#aebf56 #6756bf

#aebf56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebf56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebf56 Color CSS Codes

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

#aebf56 Text Font Color

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

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


#aebf56 Background Color

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

This div background color is #aebf56


#aebf56 Border Color

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

This div border color is #aebf56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebf56


Comments

No comments written yet.

Please login to write comment.