Color Hex Logo

#aee75f Color Hex

#AEE75F
(174,231,95)
0 Favorites   0 Comments

Color spaces of #aee75f

RGB 17423195
HSL0.240.740.64
HSV85°59°91°
CMYK 0.250.000.59   0.09
XYZ48.097066.976721.2193
Yxy66.97670.35290.4914
Hunter Lab81.8393-38.314241.9148
CIE-Lab85.4922-39.026059.0322

#aee75f color RGB value is (174,231,95).

#aee75f hex color red value is 174, green value is 231 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #aee75f hue: 0.24 , saturation: 0.74 and the lightness value of aee75f is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100111 01011111
Octal 256 347 137
Decimal 174 231 95
Hex AE E7 5F

RGB Percentages of Color #aee75f

%34.80
%46.20
%19.00

CMYK Percentages of Color #aee75f

%25
%0
%59
%9

Triadic Colors of #aee75f

#aee75f #5faee7 #e75fae

Analogous Colors of #aee75f

#aee75f #6ae75f #e7dc5f

Monochromatic Colors of #aee75f

#aee75f

Complementary Color

#aee75f #985fe7

#aee75f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee75f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee75f Color CSS Codes

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

#aee75f Text Font Color

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

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


#aee75f Background Color

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

This div background color is #aee75f


#aee75f Border Color

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

This div border color is #aee75f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee75f


Comments

No comments written yet.

Please login to write comment.