Color Hex Logo

#aac44b Color Hex

#AAC44B
(170,196,75)
0 Favorites   0 Comments

Color spaces of #aac44b

RGB 17019675
HSL0.200.510.53
HSV73°62°77°
CMYK 0.130.000.62   0.23
XYZ37.587548.533914.0435
Yxy48.53390.37530.4845
Hunter Lab69.6663-25.608736.8146
CIE-Lab75.1604-25.928256.1234

#aac44b color RGB value is (170,196,75).

#aac44b hex color red value is 170, green value is 196 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #aac44b hue: 0.20 , saturation: 0.51 and the lightness value of aac44b is 0.53.

The process color (four color CMYK) of #aac44b color hex is 0.13, 0.00, 0.62, 0.23. Web safe color of #aac44b is #99cc33. Color #aac44b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000100 01001011
Octal 252 304 113
Decimal 170 196 75
Hex AA C4 4B

RGB Percentages of Color #aac44b

%38.55
%44.44
%17.01

CMYK Percentages of Color #aac44b

%13
%0
%62
%23

Triadic Colors of #aac44b

#aac44b #4baac4 #c44baa

Analogous Colors of #aac44b

#aac44b #6ec44b #c4a24b

Monochromatic Colors of #aac44b

#aac44b

Complementary Color

#aac44b #654bc4

#aac44b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac44b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac44b Color CSS Codes

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

#aac44b Text Font Color

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

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


#aac44b Background Color

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

This div background color is #aac44b


#aac44b Border Color

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

This div border color is #aac44b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac44b


Comments

No comments written yet.

Please login to write comment.