Color Hex Logo

#aeca63 Color Hex

#AECA63
(174,202,99)
0 Favorites   0 Comments

Color spaces of #aeca63

RGB 17420299
HSL0.210.490.59
HSV76°51°79°
CMYK 0.140.000.51   0.21
XYZ40.828252.140619.7166
Yxy52.14060.36230.4627
Hunter Lab72.2084-25.437134.3567
CIE-Lab77.3648-25.171947.8240

#aeca63 color RGB value is (174,202,99).

#aeca63 hex color red value is 174, green value is 202 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #aeca63 hue: 0.21 , saturation: 0.49 and the lightness value of aeca63 is 0.59.

The process color (four color CMYK) of #aeca63 color hex is 0.14, 0.00, 0.51, 0.21. Web safe color of #aeca63 is #99cc66. Color #aeca63 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001010 01100011
Octal 256 312 143
Decimal 174 202 99
Hex AE CA 63

RGB Percentages of Color #aeca63

%36.63
%42.53
%20.84

CMYK Percentages of Color #aeca63

%14
%0
%51
%21

Triadic Colors of #aeca63

#aeca63 #63aeca #ca63ae

Analogous Colors of #aeca63

#aeca63 #7bca63 #cab363

Monochromatic Colors of #aeca63

#aeca63

Complementary Color

#aeca63 #7f63ca

#aeca63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeca63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeca63 Color CSS Codes

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

#aeca63 Text Font Color

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

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


#aeca63 Background Color

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

This div background color is #aeca63


#aeca63 Border Color

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

This div border color is #aeca63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeca63


Comments

No comments written yet.

Please login to write comment.