Color Hex Logo

#aef095 Color Hex

#AEF095
(174,240,149)
0 Favorites   0 Comments

Color spaces of #aef095

RGB 174240149
HSL0.290.750.76
HSV104°38°94°
CMYK 0.280.000.38   0.06
XYZ54.040573.488839.7703
Yxy73.48880.32300.4393
Hunter Lab85.7256-37.495332.5018
CIE-Lab88.6803-36.989037.5184

#aef095 color RGB value is (174,240,149).

#aef095 hex color red value is 174, green value is 240 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #aef095 hue: 0.29 , saturation: 0.75 and the lightness value of aef095 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110000 10010101
Octal 256 360 225
Decimal 174 240 149
Hex AE F0 95

RGB Percentages of Color #aef095

%30.91
%42.63
%26.47

CMYK Percentages of Color #aef095

%28
%0
%38
%6

Triadic Colors of #aef095

#aef095 #95aef0 #f095ae

Analogous Colors of #aef095

#aef095 #95f0aa #dcf095

Monochromatic Colors of #aef095

#aef095

Complementary Color

#aef095 #d795f0

#aef095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef095 Color CSS Codes

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

#aef095 Text Font Color

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

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


#aef095 Background Color

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

This div background color is #aef095


#aef095 Border Color

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

This div border color is #aef095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef095


Comments

No comments written yet.

Please login to write comment.