Color Hex Logo

#aee775 Color Hex

#AEE775
(174,231,117)
0 Favorites   0 Comments

Color spaces of #aee775

RGB 174231117
HSL0.250.700.68
HSV90°49°91°
CMYK 0.250.000.49   0.09
XYZ49.242467.434927.2505
Yxy67.43490.34210.4685
Hunter Lab82.1188-36.670537.8082
CIE-Lab85.7231-36.883349.3467

#aee775 color RGB value is (174,231,117).

#aee775 hex color red value is 174, green value is 231 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #aee775 hue: 0.25 , saturation: 0.70 and the lightness value of aee775 is 0.68.

The process color (four color CMYK) of #aee775 color hex is 0.25, 0.00, 0.49, 0.09. Web safe color of #aee775 is #99ff66. Color #aee775 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100111 01110101
Octal 256 347 165
Decimal 174 231 117
Hex AE E7 75

RGB Percentages of Color #aee775

%33.33
%44.25
%22.41

CMYK Percentages of Color #aee775

%25
%0
%49
%9

Triadic Colors of #aee775

#aee775 #75aee7 #e775ae

Analogous Colors of #aee775

#aee775 #75e775 #e7e775

Monochromatic Colors of #aee775

#aee775

Complementary Color

#aee775 #ae75e7

#aee775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee775 Color CSS Codes

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

#aee775 Text Font Color

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

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


#aee775 Background Color

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

This div background color is #aee775


#aee775 Border Color

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

This div border color is #aee775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee775


Comments

No comments written yet.

Please login to write comment.