Color Hex Logo

#aeca08 Color Hex

#AECA08
(174,202,8)
0 Favorites   0 Comments

Color spaces of #aeca08

RGB 1742028
HSL0.190.920.41
HSV69°96°79°
CMYK 0.140.000.96   0.21
XYZ38.619951.25738.0879
Yxy51.25730.39420.5232
Hunter Lab71.5942-29.002043.4180
CIE-Lab76.8346-29.814675.9869

#aeca08 color RGB value is (174,202,8).

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

The process color (four color CMYK) of #aeca08 color hex is 0.14, 0.00, 0.96, 0.21. Web safe color of #aeca08 is #99cc00. Color #aeca08 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001010 00001000
Octal 256 312 10
Decimal 174 202 8
Hex AE CA 8

RGB Percentages of Color #aeca08

%45.31
%52.60
%2.08

CMYK Percentages of Color #aeca08

%14
%0
%96
%21

Triadic Colors of #aeca08

#aeca08 #08aeca #ca08ae

Analogous Colors of #aeca08

#aeca08 #4dca08 #ca8508

Monochromatic Colors of #aeca08

#aeca08

Complementary Color

#aeca08 #2408ca

#aeca08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeca08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeca08 Color CSS Codes

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

#aeca08 Text Font Color

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

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


#aeca08 Background Color

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

This div background color is #aeca08


#aeca08 Border Color

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

This div border color is #aeca08


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,202,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 #aeca08">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeca08


Comments

No comments written yet.

Please login to write comment.