Color Hex Logo

#aec292 Color Hex

#AEC292
(174,194,146)
0 Favorites   0 Comments

Color spaces of #aec292

RGB 174194146
HSL0.240.280.67
HSV85°25°76°
CMYK 0.100.000.25   0.24
XYZ41.935749.657634.5688
Yxy49.65760.33240.3936
Hunter Lab70.4681-17.093620.2424
CIE-Lab75.8586-15.298721.9381

#aec292 color RGB value is (174,194,146).

#aec292 hex color red value is 174, green value is 194 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #aec292 hue: 0.24 , saturation: 0.28 and the lightness value of aec292 is 0.67.

The process color (four color CMYK) of #aec292 color hex is 0.10, 0.00, 0.25, 0.24. Web safe color of #aec292 is #99cc99. Color #aec292 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000010 10010010
Octal 256 302 222
Decimal 174 194 146
Hex AE C2 92

RGB Percentages of Color #aec292

%33.85
%37.74
%28.40

CMYK Percentages of Color #aec292

%10
%0
%25
%24

Triadic Colors of #aec292

#aec292 #92aec2 #c292ae

Analogous Colors of #aec292

#aec292 #96c292 #c2be92

Monochromatic Colors of #aec292

#aec292

Complementary Color

#aec292 #a692c2

#aec292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec292 Color CSS Codes

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

#aec292 Text Font Color

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

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


#aec292 Background Color

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

This div background color is #aec292


#aec292 Border Color

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

This div border color is #aec292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec292


Comments

No comments written yet.

Please login to write comment.