Color Hex Logo

#aace74 Color Hex

#AACE74
(170,206,116)
0 Favorites   0 Comments

Color spaces of #aace74

RGB 170206116
HSL0.230.480.63
HSV84°44°81°
CMYK 0.170.000.44   0.19
XYZ41.801353.949624.7332
Yxy53.94960.34690.4478
Hunter Lab73.4504-26.952231.4504
CIE-Lab78.4323-26.799440.7834

#aace74 color RGB value is (170,206,116).

#aace74 hex color red value is 170, green value is 206 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #aace74 hue: 0.23 , saturation: 0.48 and the lightness value of aace74 is 0.63.

The process color (four color CMYK) of #aace74 color hex is 0.17, 0.00, 0.44, 0.19. Web safe color of #aace74 is #99cc66. Color #aace74 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001110 01110100
Octal 252 316 164
Decimal 170 206 116
Hex AA CE 74

RGB Percentages of Color #aace74

%34.55
%41.87
%23.58

CMYK Percentages of Color #aace74

%17
%0
%44
%19

Triadic Colors of #aace74

#aace74 #74aace #ce74aa

Analogous Colors of #aace74

#aace74 #7dce74 #cec574

Monochromatic Colors of #aace74

#aace74

Complementary Color

#aace74 #9874ce

#aace74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aace74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aace74 Color CSS Codes

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

#aace74 Text Font Color

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

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


#aace74 Background Color

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

This div background color is #aace74


#aace74 Border Color

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

This div border color is #aace74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aace74


Comments

No comments written yet.

Please login to write comment.