Color Hex Logo

#aef296 Color Hex

#AEF296
(174,242,150)
0 Favorites   0 Comments

Color spaces of #aef296

RGB 174242150
HSL0.290.780.77
HSV104°38°95°
CMYK 0.280.000.38   0.05
XYZ54.712774.704940.3900
Yxy74.70490.32220.4399
Hunter Lab86.4320-38.262932.7960
CIE-Lab89.2546-37.753937.7697

#aef296 color RGB value is (174,242,150).

#aef296 hex color red value is 174, green value is 242 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #aef296 hue: 0.29 , saturation: 0.78 and the lightness value of aef296 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110010 10010110
Octal 256 362 226
Decimal 174 242 150
Hex AE F2 96

RGB Percentages of Color #aef296

%30.74
%42.76
%26.50

CMYK Percentages of Color #aef296

%28
%0
%38
%5

Triadic Colors of #aef296

#aef296 #96aef2 #f296ae

Analogous Colors of #aef296

#aef296 #96f2ac #dcf296

Monochromatic Colors of #aef296

#aef296

Complementary Color

#aef296 #da96f2

#aef296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef296 Color CSS Codes

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

#aef296 Text Font Color

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

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


#aef296 Background Color

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

This div background color is #aef296


#aef296 Border Color

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

This div border color is #aef296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef296


Comments

No comments written yet.

Please login to write comment.