Color Hex Logo

#aec466 Color Hex

#AEC466
(174,196,102)
0 Favorites   0 Comments

Color spaces of #aec466

RGB 174196102
HSL0.210.440.58
HSV74°48°77°
CMYK 0.110.000.48   0.23
XYZ39.593849.437820.0260
Yxy49.43780.36310.4533
Hunter Lab70.3120-22.529932.3317
CIE-Lab75.7229-21.935544.4043

#aec466 color RGB value is (174,196,102).

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

The process color (four color CMYK) of #aec466 color hex is 0.11, 0.00, 0.48, 0.23. Web safe color of #aec466 is #99cc66. Color #aec466 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000100 01100110
Octal 256 304 146
Decimal 174 196 102
Hex AE C4 66

RGB Percentages of Color #aec466

%36.86
%41.53
%21.61

CMYK Percentages of Color #aec466

%11
%0
%48
%23

Triadic Colors of #aec466

#aec466 #66aec4 #c466ae

Analogous Colors of #aec466

#aec466 #7fc466 #c4ab66

Monochromatic Colors of #aec466

#aec466

Complementary Color

#aec466 #7c66c4

#aec466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec466 Color CSS Codes

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

#aec466 Text Font Color

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

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


#aec466 Background Color

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

This div background color is #aec466


#aec466 Border Color

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

This div border color is #aec466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec466


Comments

No comments written yet.

Please login to write comment.