Color Hex Logo

#aab234 Color Hex

#AAB234
(170,178,52)
0 Favorites   0 Comments

Color spaces of #aab234

RGB 17017852
HSL0.180.550.45
HSV64°71°70°
CMYK 0.040.000.71   0.30
XYZ33.117840.63489.3466
Yxy40.63480.39850.4890
Hunter Lab63.7454-18.818035.9285
CIE-Lab69.9193-18.502559.9111

#aab234 color RGB value is (170,178,52).

#aab234 hex color red value is 170, green value is 178 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #aab234 hue: 0.18 , saturation: 0.55 and the lightness value of aab234 is 0.45.

The process color (four color CMYK) of #aab234 color hex is 0.04, 0.00, 0.71, 0.30. Web safe color of #aab234 is #999933. Color #aab234 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110010 00110100
Octal 252 262 64
Decimal 170 178 52
Hex AA B2 34

RGB Percentages of Color #aab234

%42.50
%44.50
%13.00

CMYK Percentages of Color #aab234

%4
%0
%71
%30

Triadic Colors of #aab234

#aab234 #34aab2 #b234aa

Analogous Colors of #aab234

#aab234 #6bb234 #b27b34

Monochromatic Colors of #aab234

#aab234

Complementary Color

#aab234 #3c34b2

#aab234 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab234 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab234 Color CSS Codes

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

#aab234 Text Font Color

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

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


#aab234 Background Color

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

This div background color is #aab234


#aab234 Border Color

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

This div border color is #aab234


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab234


Comments

No comments written yet.

Please login to write comment.