Color Hex Logo

#aacf3e Color Hex

#AACF3E
(170,207,62)
0 Favorites   0 Comments

Color spaces of #aacf3e

RGB 17020762
HSL0.210.600.53
HSV75°70°81°
CMYK 0.180.000.70   0.19
XYZ39.759953.519512.7922
Yxy53.51950.37480.5046
Hunter Lab73.1570-31.012340.8425
CIE-Lab78.1807-32.008264.4259

#aacf3e color RGB value is (170,207,62).

#aacf3e hex color red value is 170, green value is 207 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #aacf3e hue: 0.21 , saturation: 0.60 and the lightness value of aacf3e is 0.53.

The process color (four color CMYK) of #aacf3e color hex is 0.18, 0.00, 0.70, 0.19. Web safe color of #aacf3e is #99cc33. Color #aacf3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001111 00111110
Octal 252 317 76
Decimal 170 207 62
Hex AA CF 3E

RGB Percentages of Color #aacf3e

%38.72
%47.15
%14.12

CMYK Percentages of Color #aacf3e

%18
%0
%70
%19

Triadic Colors of #aacf3e

#aacf3e #3eaacf #cf3eaa

Analogous Colors of #aacf3e

#aacf3e #62cf3e #cfac3e

Monochromatic Colors of #aacf3e

#aacf3e

Complementary Color

#aacf3e #633ecf

#aacf3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacf3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacf3e Color CSS Codes

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

#aacf3e Text Font Color

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

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


#aacf3e Background Color

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

This div background color is #aacf3e


#aacf3e Border Color

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

This div border color is #aacf3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacf3e


Comments

No comments written yet.

Please login to write comment.