Color Hex Logo

#aec65f Color Hex

#AEC65F
(174,198,95)
0 Favorites   0 Comments

Color spaces of #aec65f

RGB 17419895
HSL0.210.470.57
HSV74°52°78°
CMYK 0.120.000.52   0.22
XYZ39.715250.213118.4254
Yxy50.21310.36650.4634
Hunter Lab70.8612-23.964234.1862
CIE-Lab76.1999-23.610348.3414

#aec65f color RGB value is (174,198,95).

#aec65f hex color red value is 174, green value is 198 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #aec65f hue: 0.21 , saturation: 0.47 and the lightness value of aec65f is 0.57.

The process color (four color CMYK) of #aec65f color hex is 0.12, 0.00, 0.52, 0.22. Web safe color of #aec65f is #99cc66. Color #aec65f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000110 01011111
Octal 256 306 137
Decimal 174 198 95
Hex AE C6 5F

RGB Percentages of Color #aec65f

%37.26
%42.40
%20.34

CMYK Percentages of Color #aec65f

%12
%0
%52
%22

Triadic Colors of #aec65f

#aec65f #5faec6 #c65fae

Analogous Colors of #aec65f

#aec65f #7bc65f #c6ab5f

Monochromatic Colors of #aec65f

#aec65f

Complementary Color

#aec65f #775fc6

#aec65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec65f Color CSS Codes

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

#aec65f Text Font Color

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

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


#aec65f Background Color

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

This div background color is #aec65f


#aec65f Border Color

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

This div border color is #aec65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec65f


Comments

No comments written yet.

Please login to write comment.