Color Hex Logo

#aef28c Color Hex

#AEF28C
(174,242,140)
0 Favorites   0 Comments

Color spaces of #aef28c

RGB 174242140
HSL0.280.800.75
HSV100°42°95°
CMYK 0.280.000.42   0.05
XYZ53.941374.396436.3279
Yxy74.39640.32760.4518
Hunter Lab86.2533-39.312735.4058
CIE-Lab89.1095-39.092542.5083

#aef28c color RGB value is (174,242,140).

#aef28c hex color red value is 174, green value is 242 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #aef28c hue: 0.28 , saturation: 0.80 and the lightness value of aef28c is 0.75.

The process color (four color CMYK) of #aef28c color hex is 0.28, 0.00, 0.42, 0.05. Web safe color of #aef28c is #99ff99. Color #aef28c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110010 10001100
Octal 256 362 214
Decimal 174 242 140
Hex AE F2 8C

RGB Percentages of Color #aef28c

%31.29
%43.53
%25.18

CMYK Percentages of Color #aef28c

%28
%0
%42
%5

Triadic Colors of #aef28c

#aef28c #8caef2 #f28cae

Analogous Colors of #aef28c

#aef28c #8cf29d #e1f28c

Monochromatic Colors of #aef28c

#aef28c

Complementary Color

#aef28c #d08cf2

#aef28c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef28c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef28c Color CSS Codes

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

#aef28c Text Font Color

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

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


#aef28c Background Color

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

This div background color is #aef28c


#aef28c Border Color

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

This div border color is #aef28c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef28c


Comments

No comments written yet.

Please login to write comment.