Color Hex Logo

#aab348 Color Hex

#AAB348
(170,179,72)
0 Favorites   0 Comments

Color spaces of #aab348

RGB 17017972
HSL0.180.430.49
HSV65°60°70°
CMYK 0.050.000.60   0.30
XYZ33.867441.254112.3087
Yxy41.25410.38740.4719
Hunter Lab64.2294-18.280433.5984
CIE-Lab70.3536-17.739652.1808

#aab348 color RGB value is (170,179,72).

#aab348 hex color red value is 170, green value is 179 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #aab348 hue: 0.18 , saturation: 0.43 and the lightness value of aab348 is 0.49.

The process color (four color CMYK) of #aab348 color hex is 0.05, 0.00, 0.60, 0.30. Web safe color of #aab348 is #99cc33. Color #aab348 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110011 01001000
Octal 252 263 110
Decimal 170 179 72
Hex AA B3 48

RGB Percentages of Color #aab348

%40.38
%42.52
%17.10

CMYK Percentages of Color #aab348

%5
%0
%60
%30

Triadic Colors of #aab348

#aab348 #48aab3 #b348aa

Analogous Colors of #aab348

#aab348 #75b348 #b38748

Monochromatic Colors of #aab348

#aab348

Complementary Color

#aab348 #5148b3

#aab348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab348 Color CSS Codes

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

#aab348 Text Font Color

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

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


#aab348 Background Color

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

This div background color is #aab348


#aab348 Border Color

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

This div border color is #aab348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab348


Comments

No comments written yet.

Please login to write comment.