Color Hex Logo

#aac875 Color Hex

#AAC875
(170,200,117)
0 Favorites   0 Comments

Color spaces of #aac875

RGB 170200117
HSL0.230.430.62
HSV82°42°78°
CMYK 0.150.000.42   0.22
XYZ40.442751.139024.5689
Yxy51.13900.34820.4403
Hunter Lab71.5115-24.196129.6881
CIE-Lab76.7631-23.769438.1763

#aac875 color RGB value is (170,200,117).

#aac875 hex color red value is 170, green value is 200 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #aac875 hue: 0.23 , saturation: 0.43 and the lightness value of aac875 is 0.62.

The process color (four color CMYK) of #aac875 color hex is 0.15, 0.00, 0.42, 0.22. Web safe color of #aac875 is #99cc66. Color #aac875 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001000 01110101
Octal 252 310 165
Decimal 170 200 117
Hex AA C8 75

RGB Percentages of Color #aac875

%34.91
%41.07
%24.02

CMYK Percentages of Color #aac875

%15
%0
%42
%22

Triadic Colors of #aac875

#aac875 #75aac8 #c875aa

Analogous Colors of #aac875

#aac875 #81c875 #c8bd75

Monochromatic Colors of #aac875

#aac875

Complementary Color

#aac875 #9375c8

#aac875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac875 Color CSS Codes

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

#aac875 Text Font Color

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

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


#aac875 Background Color

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

This div background color is #aac875


#aac875 Border Color

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

This div border color is #aac875


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac875


Comments

No comments written yet.

Please login to write comment.