Color Hex Logo

#aeca36 Color Hex

#AECA36
(174,202,54)
0 Favorites   0 Comments

Color spaces of #aeca36

RGB 17420254
HSL0.200.580.50
HSV71°73°79°
CMYK 0.140.000.73   0.21
XYZ39.241951.506111.3634
Yxy51.50610.38430.5044
Hunter Lab71.7678-27.991540.8497
CIE-Lab76.9846-28.483466.1554

#aeca36 color RGB value is (174,202,54).

#aeca36 hex color red value is 174, green value is 202 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #aeca36 hue: 0.20 , saturation: 0.58 and the lightness value of aeca36 is 0.50.

The process color (four color CMYK) of #aeca36 color hex is 0.14, 0.00, 0.73, 0.21. Web safe color of #aeca36 is #99cc33. Color #aeca36 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001010 00110110
Octal 256 312 66
Decimal 174 202 54
Hex AE CA 36

RGB Percentages of Color #aeca36

%40.47
%46.98
%12.56

CMYK Percentages of Color #aeca36

%14
%0
%73
%21

Triadic Colors of #aeca36

#aeca36 #36aeca #ca36ae

Analogous Colors of #aeca36

#aeca36 #64ca36 #ca9c36

Monochromatic Colors of #aeca36

#aeca36

Complementary Color

#aeca36 #5236ca

#aeca36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeca36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeca36 Color CSS Codes

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

#aeca36 Text Font Color

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

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


#aeca36 Background Color

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

This div background color is #aeca36


#aeca36 Border Color

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

This div border color is #aeca36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeca36


Comments

No comments written yet.

Please login to write comment.