Color Hex Logo

#aac68b Color Hex

#AAC68B
(170,198,139)
0 Favorites   0 Comments

Color spaces of #aac68b

RGB 170198139
HSL0.250.340.66
HSV88°30°78°
CMYK 0.140.000.30   0.22
XYZ41.431850.798332.0475
Yxy50.79830.33340.4087
Hunter Lab71.2729-20.963423.2316
CIE-Lab76.5567-19.838326.5428

#aac68b color RGB value is (170,198,139).

#aac68b hex color red value is 170, green value is 198 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #aac68b hue: 0.25 , saturation: 0.34 and the lightness value of aac68b is 0.66.

The process color (four color CMYK) of #aac68b color hex is 0.14, 0.00, 0.30, 0.22. Web safe color of #aac68b is #99cc99. Color #aac68b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000110 10001011
Octal 252 306 213
Decimal 170 198 139
Hex AA C6 8B

RGB Percentages of Color #aac68b

%33.53
%39.05
%27.42

CMYK Percentages of Color #aac68b

%14
%0
%30
%22

Triadic Colors of #aac68b

#aac68b #8baac6 #c68baa

Analogous Colors of #aac68b

#aac68b #8dc68b #c6c58b

Monochromatic Colors of #aac68b

#aac68b

Complementary Color

#aac68b #a78bc6

#aac68b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac68b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac68b Color CSS Codes

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

#aac68b Text Font Color

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

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


#aac68b Background Color

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

This div background color is #aac68b


#aac68b Border Color

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

This div border color is #aac68b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac68b


Comments

No comments written yet.

Please login to write comment.