Color Hex Logo

#aabe56 Color Hex

#AABE56
(170,190,86)
0 Favorites   0 Comments

Color spaces of #aabe56

RGB 17019086
HSL0.200.440.54
HSV72°55°75°
CMYK 0.110.000.55   0.25
XYZ36.670746.044815.7589
Yxy46.04480.37240.4676
Hunter Lab67.8563-22.284133.7300
CIE-Lab73.5746-22.101149.4319

#aabe56 color RGB value is (170,190,86).

#aabe56 hex color red value is 170, green value is 190 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #aabe56 hue: 0.20 , saturation: 0.44 and the lightness value of aabe56 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111110 01010110
Octal 252 276 126
Decimal 170 190 86
Hex AA BE 56

RGB Percentages of Color #aabe56

%38.12
%42.60
%19.28

CMYK Percentages of Color #aabe56

%11
%0
%55
%25

Triadic Colors of #aabe56

#aabe56 #56aabe #be56aa

Analogous Colors of #aabe56

#aabe56 #76be56 #be9e56

Monochromatic Colors of #aabe56

#aabe56

Complementary Color

#aabe56 #6a56be

#aabe56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabe56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabe56 Color CSS Codes

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

#aabe56 Text Font Color

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

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


#aabe56 Background Color

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

This div background color is #aabe56


#aabe56 Border Color

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

This div border color is #aabe56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabe56


Comments

No comments written yet.

Please login to write comment.