Color Hex Logo

#aec708 Color Hex

#AEC708
(174,199,8)
0 Favorites   0 Comments

Color spaces of #aec708

RGB 1741998
HSL0.190.920.41
HSV68°96°78°
CMYK 0.130.000.96   0.22
XYZ37.922849.86317.8555
Yxy49.86310.39650.5214
Hunter Lab70.6138-27.711642.8339
CIE-Lab75.9852-28.394975.3354

#aec708 color RGB value is (174,199,8).

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

The process color (four color CMYK) of #aec708 color hex is 0.13, 0.00, 0.96, 0.22. Web safe color of #aec708 is #99cc00. Color #aec708 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000111 00001000
Octal 256 307 10
Decimal 174 199 8
Hex AE C7 8

RGB Percentages of Color #aec708

%45.67
%52.23
%2.10

CMYK Percentages of Color #aec708

%13
%0
%96
%22

Triadic Colors of #aec708

#aec708 #08aec7 #c708ae

Analogous Colors of #aec708

#aec708 #4ec708 #c78108

Monochromatic Colors of #aec708

#aec708

Complementary Color

#aec708 #2108c7

#aec708 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec708 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec708 Color CSS Codes

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

#aec708 Text Font Color

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

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


#aec708 Background Color

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

This div background color is #aec708


#aec708 Border Color

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

This div border color is #aec708


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec708


Comments

No comments written yet.

Please login to write comment.