Color Hex Logo

#aecf7e Color Hex

#AECF7E
(174,207,126)
0 Favorites   0 Comments

Color spaces of #aecf7e

RGB 174207126
HSL0.230.460.65
HSV84°39°81°
CMYK 0.160.000.39   0.19
XYZ43.534355.130728.0854
Yxy55.13070.34350.4350
Hunter Lab74.2501-25.279429.5483
CIE-Lab79.1165-24.564836.6817

#aecf7e color RGB value is (174,207,126).

#aecf7e hex color red value is 174, green value is 207 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #aecf7e hue: 0.23 , saturation: 0.46 and the lightness value of aecf7e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001111 01111110
Octal 256 317 176
Decimal 174 207 126
Hex AE CF 7E

RGB Percentages of Color #aecf7e

%34.32
%40.83
%24.85

CMYK Percentages of Color #aecf7e

%16
%0
%39
%19

Triadic Colors of #aecf7e

#aecf7e #7eaecf #cf7eae

Analogous Colors of #aecf7e

#aecf7e #86cf7e #cfc87e

Monochromatic Colors of #aecf7e

#aecf7e

Complementary Color

#aecf7e #9f7ecf

#aecf7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecf7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecf7e Color CSS Codes

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

#aecf7e Text Font Color

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

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


#aecf7e Background Color

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

This div background color is #aecf7e


#aecf7e Border Color

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

This div border color is #aecf7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecf7e


Comments

No comments written yet.

Please login to write comment.