Color Hex Logo

#aecf5e Color Hex

#AECF5E
(174,207,94)
0 Favorites   0 Comments

Color spaces of #aecf5e

RGB 17420794
HSL0.220.540.59
HSV78°55°81°
CMYK 0.160.000.55   0.19
XYZ41.788854.432518.8937
Yxy54.43250.36300.4729
Hunter Lab73.7784-28.008036.4615
CIE-Lab78.7133-28.048251.7454

#aecf5e color RGB value is (174,207,94).

#aecf5e hex color red value is 174, green value is 207 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #aecf5e hue: 0.22 , saturation: 0.54 and the lightness value of aecf5e is 0.59.

The process color (four color CMYK) of #aecf5e color hex is 0.16, 0.00, 0.55, 0.19. Web safe color of #aecf5e is #99cc66. Color #aecf5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001111 01011110
Octal 256 317 136
Decimal 174 207 94
Hex AE CF 5E

RGB Percentages of Color #aecf5e

%36.63
%43.58
%19.79

CMYK Percentages of Color #aecf5e

%16
%0
%55
%19

Triadic Colors of #aecf5e

#aecf5e #5eaecf #cf5eae

Analogous Colors of #aecf5e

#aecf5e #76cf5e #cfb85e

Monochromatic Colors of #aecf5e

#aecf5e

Complementary Color

#aecf5e #7f5ecf

#aecf5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecf5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecf5e Color CSS Codes

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

#aecf5e Text Font Color

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

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


#aecf5e Background Color

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

This div background color is #aecf5e


#aecf5e Border Color

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

This div border color is #aecf5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecf5e


Comments

No comments written yet.

Please login to write comment.