Color Hex Logo

#aec344 Color Hex

#AEC344
(174,195,68)
0 Favorites   0 Comments

Color spaces of #aec344

RGB 17419568
HSL0.190.510.52
HSV70°65°76°
CMYK 0.110.000.65   0.24
XYZ38.014148.446212.8163
Yxy48.44620.38290.4880
Hunter Lab69.6033-24.317437.8050
CIE-Lab75.1055-24.308159.0623

#aec344 color RGB value is (174,195,68).

#aec344 hex color red value is 174, green value is 195 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #aec344 hue: 0.19 , saturation: 0.51 and the lightness value of aec344 is 0.52.

The process color (four color CMYK) of #aec344 color hex is 0.11, 0.00, 0.65, 0.24. Web safe color of #aec344 is #99cc33. Color #aec344 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000011 01000100
Octal 256 303 104
Decimal 174 195 68
Hex AE C3 44

RGB Percentages of Color #aec344

%39.82
%44.62
%15.56

CMYK Percentages of Color #aec344

%11
%0
%65
%24

Triadic Colors of #aec344

#aec344 #44aec3 #c344ae

Analogous Colors of #aec344

#aec344 #6fc344 #c39944

Monochromatic Colors of #aec344

#aec344

Complementary Color

#aec344 #5944c3

#aec344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec344 Color CSS Codes

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

#aec344 Text Font Color

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

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


#aec344 Background Color

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

This div background color is #aec344


#aec344 Border Color

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

This div border color is #aec344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec344


Comments

No comments written yet.

Please login to write comment.