Color Hex Logo

#aece3a Color Hex

#AECE3A
(174,206,58)
0 Favorites   0 Comments

Color spaces of #aece3a

RGB 17420658
HSL0.200.600.52
HSV73°72°81°
CMYK 0.160.000.72   0.19
XYZ40.290653.446812.1957
Yxy53.44680.38030.5045
Hunter Lab73.1073-29.563641.2844
CIE-Lab78.1381-30.167965.8992

#aece3a color RGB value is (174,206,58).

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

The process color (four color CMYK) of #aece3a color hex is 0.16, 0.00, 0.72, 0.19. Web safe color of #aece3a is #99cc33. Color #aece3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001110 00111010
Octal 256 316 72
Decimal 174 206 58
Hex AE CE 3A

RGB Percentages of Color #aece3a

%39.73
%47.03
%13.24

CMYK Percentages of Color #aece3a

%16
%0
%72
%19

Triadic Colors of #aece3a

#aece3a #3aaece #ce3aae

Analogous Colors of #aece3a

#aece3a #64ce3a #cea43a

Monochromatic Colors of #aece3a

#aece3a

Complementary Color

#aece3a #5a3ace

#aece3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aece3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aece3a Color CSS Codes

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

#aece3a Text Font Color

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

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


#aece3a Background Color

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

This div background color is #aece3a


#aece3a Border Color

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

This div border color is #aece3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aece3a


Comments

No comments written yet.

Please login to write comment.