Color Hex Logo

#aef28b Color Hex

#AEF28B
(174,242,139)
0 Favorites   0 Comments

Color spaces of #aef28b

RGB 174242139
HSL0.280.800.75
HSV100°43°95°
CMYK 0.280.000.43   0.05
XYZ53.867974.367035.9412
Yxy74.36700.32810.4530
Hunter Lab86.2363-39.412735.6548
CIE-Lab89.0957-39.220742.9784

#aef28b color RGB value is (174,242,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110010 10001011
Octal 256 362 213
Decimal 174 242 139
Hex AE F2 8B

RGB Percentages of Color #aef28b

%31.35
%43.60
%25.05

CMYK Percentages of Color #aef28b

%28
%0
%43
%5

Triadic Colors of #aef28b

#aef28b #8baef2 #f28bae

Analogous Colors of #aef28b

#aef28b #8bf29c #e2f28b

Monochromatic Colors of #aef28b

#aef28b

Complementary Color

#aef28b #cf8bf2

#aef28b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef28b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef28b Color CSS Codes

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

#aef28b Text Font Color

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

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


#aef28b Background Color

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

This div background color is #aef28b


#aef28b Border Color

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

This div border color is #aef28b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef28b

#aef28b Color Palettes


Comments

No comments written yet.

Please login to write comment.