Color Hex Logo

#aabe4b Color Hex

#AABE4B
(170,190,75)
0 Favorites   0 Comments

Color spaces of #aabe4b

RGB 17019075
HSL0.200.470.52
HSV70°61°75°
CMYK 0.110.000.61   0.25
XYZ36.261045.881013.6014
Yxy45.88100.37870.4792
Hunter Lab67.7355-22.980435.5093
CIE-Lab73.4683-23.003454.2776

#aabe4b color RGB value is (170,190,75).

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

The process color (four color CMYK) of #aabe4b color hex is 0.11, 0.00, 0.61, 0.25. Web safe color of #aabe4b is #99cc33. Color #aabe4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111110 01001011
Octal 252 276 113
Decimal 170 190 75
Hex AA BE 4B

RGB Percentages of Color #aabe4b

%39.08
%43.68
%17.24

CMYK Percentages of Color #aabe4b

%11
%0
%61
%25

Triadic Colors of #aabe4b

#aabe4b #4baabe #be4baa

Analogous Colors of #aabe4b

#aabe4b #71be4b #be994b

Monochromatic Colors of #aabe4b

#aabe4b

Complementary Color

#aabe4b #5f4bbe

#aabe4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabe4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabe4b Color CSS Codes

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

#aabe4b Text Font Color

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

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


#aabe4b Background Color

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

This div background color is #aabe4b


#aabe4b Border Color

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

This div border color is #aabe4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabe4b


Comments

No comments written yet.

Please login to write comment.