Color Hex Logo

#aee795 Color Hex

#AEE795
(174,231,149)
0 Favorites   0 Comments

Color spaces of #aee795

RGB 174231149
HSL0.280.630.75
HSV102°35°91°
CMYK 0.250.000.35   0.09
XYZ51.456368.320438.9089
Yxy68.32040.32430.4305
Hunter Lab82.6562-33.525929.9496
CIE-Lab86.1664-32.863934.2237

#aee795 color RGB value is (174,231,149).

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

The process color (four color CMYK) of #aee795 color hex is 0.25, 0.00, 0.35, 0.09. Web safe color of #aee795 is #99ff99. Color #aee795 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100111 10010101
Octal 256 347 225
Decimal 174 231 149
Hex AE E7 95

RGB Percentages of Color #aee795

%31.41
%41.70
%26.90

CMYK Percentages of Color #aee795

%25
%0
%35
%9

Triadic Colors of #aee795

#aee795 #95aee7 #e795ae

Analogous Colors of #aee795

#aee795 #95e7a5 #d7e795

Monochromatic Colors of #aee795

#aee795

Complementary Color

#aee795 #ce95e7

#aee795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee795 Color CSS Codes

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

#aee795 Text Font Color

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

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


#aee795 Background Color

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

This div background color is #aee795


#aee795 Border Color

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

This div border color is #aee795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee795


Comments

No comments written yet.

Please login to write comment.