Color Hex Logo

#aabe78 Color Hex

#AABE78
(170,190,120)
0 Favorites   0 Comments

Color spaces of #aabe78

RGB 170190120
HSL0.210.350.61
HSV77°37°75°
CMYK 0.110.000.37   0.25
XYZ38.381246.729024.7660
Yxy46.72900.34930.4253
Hunter Lab68.3586-19.405526.3705
CIE-Lab74.0161-18.430433.1153

#aabe78 color RGB value is (170,190,120).

#aabe78 hex color red value is 170, green value is 190 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #aabe78 hue: 0.21 , saturation: 0.35 and the lightness value of aabe78 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111110 01111000
Octal 252 276 170
Decimal 170 190 120
Hex AA BE 78

RGB Percentages of Color #aabe78

%35.42
%39.58
%25.00

CMYK Percentages of Color #aabe78

%11
%0
%37
%25

Triadic Colors of #aabe78

#aabe78 #78aabe #be78aa

Analogous Colors of #aabe78

#aabe78 #87be78 #beaf78

Monochromatic Colors of #aabe78

#aabe78

Complementary Color

#aabe78 #8c78be

#aabe78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabe78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabe78 Color CSS Codes

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

#aabe78 Text Font Color

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

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


#aabe78 Background Color

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

This div background color is #aabe78


#aabe78 Border Color

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

This div border color is #aabe78


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,190,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabe78


Comments

No comments written yet.

Please login to write comment.