Color Hex Logo

#aecf4a Color Hex

#AECF4A
(174,207,74)
0 Favorites   0 Comments

Color spaces of #aecf4a

RGB 17420774
HSL0.210.580.55
HSV75°64°81°
CMYK 0.160.000.64   0.19
XYZ41.004454.118714.7634
Yxy54.11870.37320.4925
Hunter Lab73.5654-29.245939.5972
CIE-Lab78.5309-29.656160.2366

#aecf4a color RGB value is (174,207,74).

#aecf4a hex color red value is 174, green value is 207 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #aecf4a hue: 0.21 , saturation: 0.58 and the lightness value of aecf4a is 0.55.

The process color (four color CMYK) of #aecf4a color hex is 0.16, 0.00, 0.64, 0.19. Web safe color of #aecf4a is #99cc33. Color #aecf4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001111 01001010
Octal 256 317 112
Decimal 174 207 74
Hex AE CF 4A

RGB Percentages of Color #aecf4a

%38.24
%45.49
%16.26

CMYK Percentages of Color #aecf4a

%16
%0
%64
%19

Triadic Colors of #aecf4a

#aecf4a #4aaecf #cf4aae

Analogous Colors of #aecf4a

#aecf4a #6ccf4a #cfae4a

Monochromatic Colors of #aecf4a

#aecf4a

Complementary Color

#aecf4a #6b4acf

#aecf4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecf4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecf4a Color CSS Codes

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

#aecf4a Text Font Color

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

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


#aecf4a Background Color

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

This div background color is #aecf4a


#aecf4a Border Color

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

This div border color is #aecf4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecf4a


Comments

No comments written yet.

Please login to write comment.