Color Hex Logo

#aecc08 Color Hex

#AECC08
(174,204,8)
0 Favorites   0 Comments

Color spaces of #aecc08

RGB 1742048
HSL0.190.920.42
HSV69°96°80°
CMYK 0.150.000.96   0.20
XYZ39.092352.20198.2453
Yxy52.20190.39270.5244
Hunter Lab72.2509-29.859243.8094
CIE-Lab77.4014-30.753876.4223

#aecc08 color RGB value is (174,204,8).

#aecc08 hex color red value is 174, green value is 204 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #aecc08 hue: 0.19 , saturation: 0.92 and the lightness value of aecc08 is 0.42.

The process color (four color CMYK) of #aecc08 color hex is 0.15, 0.00, 0.96, 0.20. Web safe color of #aecc08 is #99cc00. Color #aecc08 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001100 00001000
Octal 256 314 10
Decimal 174 204 8
Hex AE CC 8

RGB Percentages of Color #aecc08

%45.08
%52.85
%2.07

CMYK Percentages of Color #aecc08

%15
%0
%96
%20

Triadic Colors of #aecc08

#aecc08 #08aecc #cc08ae

Analogous Colors of #aecc08

#aecc08 #4ccc08 #cc8808

Monochromatic Colors of #aecc08

#aecc08

Complementary Color

#aecc08 #2608cc

#aecc08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecc08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecc08 Color CSS Codes

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

#aecc08 Text Font Color

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

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


#aecc08 Background Color

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

This div background color is #aecc08


#aecc08 Border Color

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

This div border color is #aecc08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecc08


Comments

No comments written yet.

Please login to write comment.