Color Hex Logo

#aac268 Color Hex

#AAC268
(170,194,104)
0 Favorites   0 Comments

Color spaces of #aac268

RGB 170194104
HSL0.210.420.58
HSV76°46°76°
CMYK 0.120.000.46   0.24
XYZ38.368048.129120.3643
Yxy48.12910.35900.4504
Hunter Lab69.3751-22.686931.1587
CIE-Lab74.9063-22.309842.3594

#aac268 color RGB value is (170,194,104).

#aac268 hex color red value is 170, green value is 194 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #aac268 hue: 0.21 , saturation: 0.42 and the lightness value of aac268 is 0.58.

The process color (four color CMYK) of #aac268 color hex is 0.12, 0.00, 0.46, 0.24. Web safe color of #aac268 is #99cc66. Color #aac268 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000010 01101000
Octal 252 302 150
Decimal 170 194 104
Hex AA C2 68

RGB Percentages of Color #aac268

%36.32
%41.45
%22.22

CMYK Percentages of Color #aac268

%12
%0
%46
%24

Triadic Colors of #aac268

#aac268 #68aac2 #c268aa

Analogous Colors of #aac268

#aac268 #7dc268 #c2ad68

Monochromatic Colors of #aac268

#aac268

Complementary Color

#aac268 #8068c2

#aac268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac268 Color CSS Codes

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

#aac268 Text Font Color

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

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


#aac268 Background Color

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

This div background color is #aac268


#aac268 Border Color

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

This div border color is #aac268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac268


Comments

No comments written yet.

Please login to write comment.