Color Hex Logo

#aef18b Color Hex

#AEF18B
(174,241,139)
0 Favorites   0 Comments

Color spaces of #aef18b

RGB 174241139
HSL0.280.780.75
HSV99°42°95°
CMYK 0.280.000.42   0.05
XYZ53.571173.773335.8423
Yxy73.77330.32830.4521
Hunter Lab85.8914-38.978135.3824
CIE-Lab88.8152-38.773342.6218

#aef18b color RGB value is (174,241,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110001 10001011
Octal 256 361 213
Decimal 174 241 139
Hex AE F1 8B

RGB Percentages of Color #aef18b

%31.41
%43.50
%25.09

CMYK Percentages of Color #aef18b

%28
%0
%42
%5

Triadic Colors of #aef18b

#aef18b #8baef1 #f18bae

Analogous Colors of #aef18b

#aef18b #8bf19b #e1f18b

Monochromatic Colors of #aef18b

#aef18b

Complementary Color

#aef18b #ce8bf1

#aef18b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef18b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef18b Color CSS Codes

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

#aef18b Text Font Color

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

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


#aef18b Background Color

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

This div background color is #aef18b


#aef18b Border Color

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

This div border color is #aef18b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,241,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 #aef18b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef18b


Comments

No comments written yet.

Please login to write comment.