Color Hex Logo

#aecc68 Color Hex

#AECC68
(174,204,104)
0 Favorites   0 Comments

Color spaces of #aecc68

RGB 174204104
HSL0.220.500.60
HSV78°49°80°
CMYK 0.150.000.49   0.20
XYZ41.547153.183921.1725
Yxy53.18390.35850.4589
Hunter Lab72.9273-25.930333.8358
CIE-Lab77.9834-25.636946.1714

#aecc68 color RGB value is (174,204,104).

#aecc68 hex color red value is 174, green value is 204 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #aecc68 hue: 0.22 , saturation: 0.50 and the lightness value of aecc68 is 0.60.

The process color (four color CMYK) of #aecc68 color hex is 0.15, 0.00, 0.49, 0.20. Web safe color of #aecc68 is #99cc66. Color #aecc68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001100 01101000
Octal 256 314 150
Decimal 174 204 104
Hex AE CC 68

RGB Percentages of Color #aecc68

%36.10
%42.32
%21.58

CMYK Percentages of Color #aecc68

%15
%0
%49
%20

Triadic Colors of #aecc68

#aecc68 #68aecc #cc68ae

Analogous Colors of #aecc68

#aecc68 #7ccc68 #ccb868

Monochromatic Colors of #aecc68

#aecc68

Complementary Color

#aecc68 #8668cc

#aecc68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecc68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecc68 Color CSS Codes

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

#aecc68 Text Font Color

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

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


#aecc68 Background Color

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

This div background color is #aecc68


#aecc68 Border Color

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

This div border color is #aecc68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecc68


Comments

No comments written yet.

Please login to write comment.