Color Hex Logo

#aecc3f Color Hex

#AECC3F
(174,204,63)
0 Favorites   0 Comments

Color spaces of #aecc3f

RGB 17420463
HSL0.200.580.52
HSV73°69°80°
CMYK 0.150.000.69   0.20
XYZ39.945652.543312.7391
Yxy52.54330.37960.4993
Hunter Lab72.4868-28.485040.3209
CIE-Lab77.6046-28.943663.5683

#aecc3f color RGB value is (174,204,63).

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

The process color (four color CMYK) of #aecc3f color hex is 0.15, 0.00, 0.69, 0.20. Web safe color of #aecc3f is #99cc33. Color #aecc3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001100 00111111
Octal 256 314 77
Decimal 174 204 63
Hex AE CC 3F

RGB Percentages of Color #aecc3f

%39.46
%46.26
%14.29

CMYK Percentages of Color #aecc3f

%15
%0
%69
%20

Triadic Colors of #aecc3f

#aecc3f #3faecc #cc3fae

Analogous Colors of #aecc3f

#aecc3f #68cc3f #cca43f

Monochromatic Colors of #aecc3f

#aecc3f

Complementary Color

#aecc3f #5d3fcc

#aecc3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecc3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecc3f Color CSS Codes

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

#aecc3f Text Font Color

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

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


#aecc3f Background Color

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

This div background color is #aecc3f


#aecc3f Border Color

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

This div border color is #aecc3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecc3f


Comments

No comments written yet.

Please login to write comment.