Color Hex Logo

#aece3c Color Hex

#AECE3C
(174,206,60)
0 Favorites   0 Comments

Color spaces of #aece3c

RGB 17420660
HSL0.200.600.52
HSV73°71°81°
CMYK 0.160.000.71   0.19
XYZ40.342553.467512.4690
Yxy53.46750.37960.5031
Hunter Lab73.1215-29.480841.0746
CIE-Lab78.1502-30.059165.2053

#aece3c color RGB value is (174,206,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001110 00111100
Octal 256 316 74
Decimal 174 206 60
Hex AE CE 3C

RGB Percentages of Color #aece3c

%39.55
%46.82
%13.64

CMYK Percentages of Color #aece3c

%16
%0
%71
%19

Triadic Colors of #aece3c

#aece3c #3caece #ce3cae

Analogous Colors of #aece3c

#aece3c #65ce3c #cea53c

Monochromatic Colors of #aece3c

#aece3c

Complementary Color

#aece3c #5c3cce

#aece3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aece3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aece3c Color CSS Codes

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

#aece3c Text Font Color

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

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


#aece3c Background Color

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

This div background color is #aece3c


#aece3c Border Color

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

This div border color is #aece3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aece3c


Comments

No comments written yet.

Please login to write comment.