Color Hex Logo

#aab438 Color Hex

#AAB438
(170,180,56)
0 Favorites   0 Comments

Color spaces of #aab438

RGB 17018056
HSL0.180.530.46
HSV65°69°71°
CMYK 0.060.000.69   0.29
XYZ33.612641.47419.9751
Yxy41.47410.39520.4876
Hunter Lab64.4004-19.535935.8967
CIE-Lab70.5068-19.291358.9893

#aab438 color RGB value is (170,180,56).

#aab438 hex color red value is 170, green value is 180 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #aab438 hue: 0.18 , saturation: 0.53 and the lightness value of aab438 is 0.46.

The process color (four color CMYK) of #aab438 color hex is 0.06, 0.00, 0.69, 0.29. Web safe color of #aab438 is #99cc33. Color #aab438 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110100 00111000
Octal 252 264 70
Decimal 170 180 56
Hex AA B4 38

RGB Percentages of Color #aab438

%41.87
%44.33
%13.79

CMYK Percentages of Color #aab438

%6
%0
%69
%29

Triadic Colors of #aab438

#aab438 #38aab4 #b438aa

Analogous Colors of #aab438

#aab438 #6cb438 #b48038

Monochromatic Colors of #aab438

#aab438

Complementary Color

#aab438 #4238b4

#aab438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab438 Color CSS Codes

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

#aab438 Text Font Color

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

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


#aab438 Background Color

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

This div background color is #aab438


#aab438 Border Color

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

This div border color is #aab438


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab438


Comments

No comments written yet.

Please login to write comment.