Color Hex Logo

#aec206 Color Hex

#AEC206
(174,194,6)
0 Favorites   0 Comments

Color spaces of #aec206

RGB 1741946
HSL0.180.940.39
HSV66°97°76°
CMYK 0.100.000.97   0.24
XYZ36.780247.59547.4206
Yxy47.59540.40070.5185
Hunter Lab68.9894-25.568141.9153
CIE-Lab74.5690-26.025574.4596

#aec206 color RGB value is (174,194,6).

#aec206 hex color red value is 174, green value is 194 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #aec206 hue: 0.18 , saturation: 0.94 and the lightness value of aec206 is 0.39.

The process color (four color CMYK) of #aec206 color hex is 0.10, 0.00, 0.97, 0.24. Web safe color of #aec206 is #99cc00. Color #aec206 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000010 00000110
Octal 256 302 6
Decimal 174 194 6
Hex AE C2 6

RGB Percentages of Color #aec206

%46.52
%51.87
%1.60

CMYK Percentages of Color #aec206

%10
%0
%97
%24

Triadic Colors of #aec206

#aec206 #06aec2 #c206ae

Analogous Colors of #aec206

#aec206 #50c206 #c27806

Monochromatic Colors of #aec206

#aec206

Complementary Color

#aec206 #1a06c2

#aec206 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec206 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec206 Color CSS Codes

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

#aec206 Text Font Color

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

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


#aec206 Background Color

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

This div background color is #aec206


#aec206 Border Color

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

This div border color is #aec206


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec206


Comments

No comments written yet.

Please login to write comment.