Color Hex Logo

#aace53 Color Hex

#AACE53
(170,206,83)
0 Favorites   0 Comments

Color spaces of #aace53

RGB 17020683
HSL0.220.560.57
HSV78°60°81°
CMYK 0.170.000.60   0.19
XYZ40.210253.313216.3548
Yxy53.31320.36600.4852
Hunter Lab73.0159-29.477037.8308
CIE-Lab78.0596-30.079555.8573

#aace53 color RGB value is (170,206,83).

#aace53 hex color red value is 170, green value is 206 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #aace53 hue: 0.22 , saturation: 0.56 and the lightness value of aace53 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001110 01010011
Octal 252 316 123
Decimal 170 206 83
Hex AA CE 53

RGB Percentages of Color #aace53

%37.04
%44.88
%18.08

CMYK Percentages of Color #aace53

%17
%0
%60
%19

Triadic Colors of #aace53

#aace53 #53aace #ce53aa

Analogous Colors of #aace53

#aace53 #6dce53 #ceb553

Monochromatic Colors of #aace53

#aace53

Complementary Color

#aace53 #7753ce

#aace53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aace53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aace53 Color CSS Codes

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

#aace53 Text Font Color

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

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


#aace53 Background Color

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

This div background color is #aace53


#aace53 Border Color

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

This div border color is #aace53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aace53


Comments

No comments written yet.

Please login to write comment.