Color Hex Logo

#aec25f Color Hex

#AEC25F
(174,194,95)
0 Favorites   0 Comments

Color spaces of #aec25f

RGB 17419495
HSL0.200.450.57
HSV72°51°76°
CMYK 0.100.000.51   0.24
XYZ38.812948.408518.1246
Yxy48.40850.36840.4595
Hunter Lab69.5762-22.182633.2583
CIE-Lab75.0819-21.643847.0191

#aec25f color RGB value is (174,194,95).

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

The process color (four color CMYK) of #aec25f color hex is 0.10, 0.00, 0.51, 0.24. Web safe color of #aec25f is #99cc66. Color #aec25f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000010 01011111
Octal 256 302 137
Decimal 174 194 95
Hex AE C2 5F

RGB Percentages of Color #aec25f

%37.58
%41.90
%20.52

CMYK Percentages of Color #aec25f

%10
%0
%51
%24

Triadic Colors of #aec25f

#aec25f #5faec2 #c25fae

Analogous Colors of #aec25f

#aec25f #7dc25f #c2a55f

Monochromatic Colors of #aec25f

#aec25f

Complementary Color

#aec25f #735fc2

#aec25f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec25f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec25f Color CSS Codes

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

#aec25f Text Font Color

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

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


#aec25f Background Color

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

This div background color is #aec25f


#aec25f Border Color

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

This div border color is #aec25f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec25f


Comments

No comments written yet.

Please login to write comment.