Color Hex Logo

#aef26f Color Hex

#AEF26F
(174,242,111)
0 Favorites   0 Comments

Color spaces of #aef26f

RGB 174242111
HSL0.250.830.69
HSV91°54°95°
CMYK 0.280.000.54   0.05
XYZ52.076973.650626.5102
Yxy73.65060.34210.4838
Hunter Lab85.8199-41.868241.7590
CIE-Lab88.7571-42.398955.7295

#aef26f color RGB value is (174,242,111).

#aef26f hex color red value is 174, green value is 242 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #aef26f hue: 0.25 , saturation: 0.83 and the lightness value of aef26f is 0.69.

The process color (four color CMYK) of #aef26f color hex is 0.28, 0.00, 0.54, 0.05. Web safe color of #aef26f is #99ff66. Color #aef26f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110010 01101111
Octal 256 362 157
Decimal 174 242 111
Hex AE F2 6F

RGB Percentages of Color #aef26f

%33.02
%45.92
%21.06

CMYK Percentages of Color #aef26f

%28
%0
%54
%5

Triadic Colors of #aef26f

#aef26f #6faef2 #f26fae

Analogous Colors of #aef26f

#aef26f #6ff272 #f0f26f

Monochromatic Colors of #aef26f

#aef26f

Complementary Color

#aef26f #b36ff2

#aef26f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef26f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef26f Color CSS Codes

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

#aef26f Text Font Color

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

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


#aef26f Background Color

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

This div background color is #aef26f


#aef26f Border Color

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

This div border color is #aef26f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef26f


Comments

No comments written yet.

Please login to write comment.