Color Hex Logo

#aaba38 Color Hex

#AABA38
(170,186,56)
0 Favorites   0 Comments

Color spaces of #aaba38

RGB 17018656
HSL0.190.540.47
HSV67°70°73°
CMYK 0.090.000.70   0.27
XYZ34.850343.949410.3877
Yxy43.94940.39080.4928
Hunter Lab66.2943-22.179437.1159
CIE-Lab72.1947-22.278860.6730

#aaba38 color RGB value is (170,186,56).

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

The process color (four color CMYK) of #aaba38 color hex is 0.09, 0.00, 0.70, 0.27. Web safe color of #aaba38 is #99cc33. Color #aaba38 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111010 00111000
Octal 252 272 70
Decimal 170 186 56
Hex AA BA 38

RGB Percentages of Color #aaba38

%41.26
%45.15
%13.59

CMYK Percentages of Color #aaba38

%9
%0
%70
%27

Triadic Colors of #aaba38

#aaba38 #38aaba #ba38aa

Analogous Colors of #aaba38

#aaba38 #69ba38 #ba8938

Monochromatic Colors of #aaba38

#aaba38

Complementary Color

#aaba38 #4838ba

#aaba38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaba38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaba38 Color CSS Codes

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

#aaba38 Text Font Color

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

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


#aaba38 Background Color

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

This div background color is #aaba38


#aaba38 Border Color

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

This div border color is #aaba38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaba38


Comments

No comments written yet.

Please login to write comment.