Color Hex Logo

#aeca13 Color Hex

#AECA13
(174,202,19)
0 Favorites   0 Comments

Color spaces of #aeca13

RGB 17420219
HSL0.190.830.43
HSV69°91°79°
CMYK 0.140.000.91   0.21
XYZ38.693651.28678.4761
Yxy51.28670.39300.5209
Hunter Lab71.6147-28.881843.1129
CIE-Lab76.8524-29.655774.6934

#aeca13 color RGB value is (174,202,19).

#aeca13 hex color red value is 174, green value is 202 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #aeca13 hue: 0.19 , saturation: 0.83 and the lightness value of aeca13 is 0.43.

The process color (four color CMYK) of #aeca13 color hex is 0.14, 0.00, 0.91, 0.21. Web safe color of #aeca13 is #99cc00. Color #aeca13 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001010 00010011
Octal 256 312 23
Decimal 174 202 19
Hex AE CA 13

RGB Percentages of Color #aeca13

%44.05
%51.14
%4.81

CMYK Percentages of Color #aeca13

%14
%0
%91
%21

Triadic Colors of #aeca13

#aeca13 #13aeca #ca13ae

Analogous Colors of #aeca13

#aeca13 #53ca13 #ca8b13

Monochromatic Colors of #aeca13

#aeca13

Complementary Color

#aeca13 #2f13ca

#aeca13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeca13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeca13 Color CSS Codes

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

#aeca13 Text Font Color

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

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


#aeca13 Background Color

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

This div background color is #aeca13


#aeca13 Border Color

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

This div border color is #aeca13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeca13


Comments

No comments written yet.

Please login to write comment.