Color Hex Logo

#aabe38 Color Hex

#AABE38
(170,190,56)
0 Favorites   0 Comments

Color spaces of #aabe38

RGB 17019056
HSL0.190.540.48
HSV69°71°75°
CMYK 0.110.000.71   0.25
XYZ35.704845.658510.6725
Yxy45.65850.38790.4961
Hunter Lab67.5711-23.929337.9352
CIE-Lab73.3234-24.242761.7915

#aabe38 color RGB value is (170,190,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111110 00111000
Octal 252 276 70
Decimal 170 190 56
Hex AA BE 38

RGB Percentages of Color #aabe38

%40.87
%45.67
%13.46

CMYK Percentages of Color #aabe38

%11
%0
%71
%25

Triadic Colors of #aabe38

#aabe38 #38aabe #be38aa

Analogous Colors of #aabe38

#aabe38 #67be38 #be8f38

Monochromatic Colors of #aabe38

#aabe38

Complementary Color

#aabe38 #4c38be

#aabe38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabe38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabe38 Color CSS Codes

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

#aabe38 Text Font Color

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

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


#aabe38 Background Color

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

This div background color is #aabe38


#aabe38 Border Color

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

This div border color is #aabe38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabe38


Comments

No comments written yet.

Please login to write comment.