Color Hex Logo

#aef186 Color Hex

#AEF186
(174,241,134)
0 Favorites   0 Comments

Color spaces of #aef186

RGB 174241134
HSL0.270.790.74
HSV98°44°95°
CMYK 0.280.000.44   0.05
XYZ53.213973.630533.9617
Yxy73.63050.33090.4579
Hunter Lab85.8082-39.467736.5996
CIE-Lab88.7476-39.401644.9638

#aef186 color RGB value is (174,241,134).

#aef186 hex color red value is 174, green value is 241 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #aef186 hue: 0.27 , saturation: 0.79 and the lightness value of aef186 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110001 10000110
Octal 256 361 206
Decimal 174 241 134
Hex AE F1 86

RGB Percentages of Color #aef186

%31.69
%43.90
%24.41

CMYK Percentages of Color #aef186

%28
%0
%44
%5

Triadic Colors of #aef186

#aef186 #86aef1 #f186ae

Analogous Colors of #aef186

#aef186 #86f194 #e4f186

Monochromatic Colors of #aef186

#aef186

Complementary Color

#aef186 #c986f1

#aef186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef186 Color CSS Codes

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

#aef186 Text Font Color

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

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


#aef186 Background Color

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

This div background color is #aef186


#aef186 Border Color

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

This div border color is #aef186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef186


Comments

No comments written yet.

Please login to write comment.