Color Hex Logo

#aee35f Color Hex

#AEE35F
(174,227,95)
0 Favorites   0 Comments

Color spaces of #aee35f

RGB 17422795
HSL0.230.700.63
HSV84°58°89°
CMYK 0.230.000.58   0.11
XYZ46.990264.763120.8504
Yxy64.76310.35440.4884
Hunter Lab80.4755-36.604840.9714
CIE-Lab84.3615-37.232557.7586

#aee35f color RGB value is (174,227,95).

#aee35f hex color red value is 174, green value is 227 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #aee35f hue: 0.23 , saturation: 0.70 and the lightness value of aee35f is 0.63.

The process color (four color CMYK) of #aee35f color hex is 0.23, 0.00, 0.58, 0.11. Web safe color of #aee35f is #99cc66. Color #aee35f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100011 01011111
Octal 256 343 137
Decimal 174 227 95
Hex AE E3 5F

RGB Percentages of Color #aee35f

%35.08
%45.77
%19.15

CMYK Percentages of Color #aee35f

%23
%0
%58
%11

Triadic Colors of #aee35f

#aee35f #5faee3 #e35fae

Analogous Colors of #aee35f

#aee35f #6ce35f #e3d65f

Monochromatic Colors of #aee35f

#aee35f

Complementary Color

#aee35f #945fe3

#aee35f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee35f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee35f Color CSS Codes

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

#aee35f Text Font Color

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

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


#aee35f Background Color

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

This div background color is #aee35f


#aee35f Border Color

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

This div border color is #aee35f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee35f


Comments

No comments written yet.

Please login to write comment.