Color Hex Logo

#aec544 Color Hex

#AEC544
(174,197,68)
0 Favorites   0 Comments

Color spaces of #aec544

RGB 17419768
HSL0.200.530.52
HSV71°65°77°
CMYK 0.120.000.65   0.23
XYZ38.465249.348512.9667
Yxy49.34850.38170.4897
Hunter Lab70.2485-25.195638.2300
CIE-Lab75.6676-25.279759.6496

#aec544 color RGB value is (174,197,68).

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

The process color (four color CMYK) of #aec544 color hex is 0.12, 0.00, 0.65, 0.23. Web safe color of #aec544 is #99cc33. Color #aec544 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000101 01000100
Octal 256 305 104
Decimal 174 197 68
Hex AE C5 44

RGB Percentages of Color #aec544

%39.64
%44.87
%15.49

CMYK Percentages of Color #aec544

%12
%0
%65
%23

Triadic Colors of #aec544

#aec544 #44aec5 #c544ae

Analogous Colors of #aec544

#aec544 #6ec544 #c59c44

Monochromatic Colors of #aec544

#aec544

Complementary Color

#aec544 #5b44c5

#aec544 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec544 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec544 Color CSS Codes

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

#aec544 Text Font Color

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

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


#aec544 Background Color

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

This div background color is #aec544


#aec544 Border Color

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

This div border color is #aec544


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,197,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 #aec544">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec544


Comments

No comments written yet.

Please login to write comment.