Color Hex Logo

#aaef95 Color Hex

#AAEF95
(170,239,149)
0 Favorites   0 Comments

Color spaces of #aaef95

RGB 170239149
HSL0.290.740.76
HSV106°38°94°
CMYK 0.290.000.38   0.06
XYZ52.868972.449039.6313
Yxy72.44900.32050.4392
Hunter Lab85.1170-38.082631.9759
CIE-Lab88.1843-37.866136.8298

#aaef95 color RGB value is (170,239,149).

#aaef95 hex color red value is 170, green value is 239 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #aaef95 hue: 0.29 , saturation: 0.74 and the lightness value of aaef95 is 0.76.

The process color (four color CMYK) of #aaef95 color hex is 0.29, 0.00, 0.38, 0.06. Web safe color of #aaef95 is #99ff99. Color #aaef95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101111 10010101
Octal 252 357 225
Decimal 170 239 149
Hex AA EF 95

RGB Percentages of Color #aaef95

%30.47
%42.83
%26.70

CMYK Percentages of Color #aaef95

%29
%0
%38
%6

Triadic Colors of #aaef95

#aaef95 #95aaef #ef95aa

Analogous Colors of #aaef95

#aaef95 #95efad #d7ef95

Monochromatic Colors of #aaef95

#aaef95

Complementary Color

#aaef95 #da95ef

#aaef95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaef95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaef95 Color CSS Codes

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

#aaef95 Text Font Color

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

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


#aaef95 Background Color

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

This div background color is #aaef95


#aaef95 Border Color

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

This div border color is #aaef95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaef95


Comments

No comments written yet.

Please login to write comment.