Color Hex Logo

#aebd66 Color Hex

#AEBD66
(174,189,102)
0 Favorites   0 Comments

Color spaces of #aebd66

RGB 174189102
HSL0.200.400.57
HSV70°46°74°
CMYK 0.080.000.46   0.26
XYZ38.051446.353219.5119
Yxy46.35320.36620.4461
Hunter Lab68.0832-19.382730.6664
CIE-Lab73.7741-18.449142.0261

#aebd66 color RGB value is (174,189,102).

#aebd66 hex color red value is 174, green value is 189 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #aebd66 hue: 0.20 , saturation: 0.40 and the lightness value of aebd66 is 0.57.

The process color (four color CMYK) of #aebd66 color hex is 0.08, 0.00, 0.46, 0.26. Web safe color of #aebd66 is #99cc66. Color #aebd66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 01100110
Octal 256 275 146
Decimal 174 189 102
Hex AE BD 66

RGB Percentages of Color #aebd66

%37.42
%40.65
%21.94

CMYK Percentages of Color #aebd66

%8
%0
%46
%26

Triadic Colors of #aebd66

#aebd66 #66aebd #bd66ae

Analogous Colors of #aebd66

#aebd66 #83bd66 #bda166

Monochromatic Colors of #aebd66

#aebd66

Complementary Color

#aebd66 #7566bd

#aebd66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebd66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebd66 Color CSS Codes

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

#aebd66 Text Font Color

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

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


#aebd66 Background Color

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

This div background color is #aebd66


#aebd66 Border Color

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

This div border color is #aebd66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebd66


Comments

No comments written yet.

Please login to write comment.