Color Hex Logo

#aeefa1 Color Hex

#AEEFA1
(174,239,161)
0 Favorites   0 Comments

Color spaces of #aeefa1

RGB 174239161
HSL0.310.710.78
HSV110°33°94°
CMYK 0.270.000.33   0.06
XYZ54.755173.304944.9816
Yxy73.30490.31640.4236
Hunter Lab85.6183-35.676628.7834
CIE-Lab88.5929-34.794531.3777

#aeefa1 color RGB value is (174,239,161).

#aeefa1 hex color red value is 174, green value is 239 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #aeefa1 hue: 0.31 , saturation: 0.71 and the lightness value of aeefa1 is 0.78.

The process color (four color CMYK) of #aeefa1 color hex is 0.27, 0.00, 0.33, 0.06. Web safe color of #aeefa1 is #99ff99. Color #aeefa1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101111 10100001
Octal 256 357 241
Decimal 174 239 161
Hex AE EF A1

RGB Percentages of Color #aeefa1

%30.31
%41.64
%28.05

CMYK Percentages of Color #aeefa1

%27
%0
%33
%6

Triadic Colors of #aeefa1

#aeefa1 #a1aeef #efa1ae

Analogous Colors of #aeefa1

#aeefa1 #a1efbb #d5efa1

Monochromatic Colors of #aeefa1

#aeefa1

Complementary Color

#aeefa1 #e2a1ef

#aeefa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeefa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeefa1 Color CSS Codes

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

#aeefa1 Text Font Color

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

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


#aeefa1 Background Color

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

This div background color is #aeefa1


#aeefa1 Border Color

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

This div border color is #aeefa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeefa1


Comments

No comments written yet.

Please login to write comment.