Color Hex Logo

#aed708 Color Hex

#AED708
(174,215,8)
0 Favorites   0 Comments

Color spaces of #aed708

RGB 1742158
HSL0.200.930.44
HSV72°96°84°
CMYK 0.190.000.96   0.16
XYZ41.799857.61719.1479
Yxy57.61710.38500.5307
Hunter Lab75.9059-34.539245.9887
CIE-Lab80.5254-35.826078.8273

#aed708 color RGB value is (174,215,8).

#aed708 hex color red value is 174, green value is 215 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #aed708 hue: 0.20 , saturation: 0.93 and the lightness value of aed708 is 0.44.

The process color (four color CMYK) of #aed708 color hex is 0.19, 0.00, 0.96, 0.16. Web safe color of #aed708 is #99cc00. Color #aed708 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010111 00001000
Octal 256 327 10
Decimal 174 215 8
Hex AE D7 8

RGB Percentages of Color #aed708

%43.83
%54.16
%2.02

CMYK Percentages of Color #aed708

%19
%0
%96
%16

Triadic Colors of #aed708

#aed708 #08aed7 #d708ae

Analogous Colors of #aed708

#aed708 #46d708 #d79908

Monochromatic Colors of #aed708

#aed708

Complementary Color

#aed708 #3108d7

#aed708 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed708 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed708 Color CSS Codes

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

#aed708 Text Font Color

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

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


#aed708 Background Color

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

This div background color is #aed708


#aed708 Border Color

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

This div border color is #aed708


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed708


Comments

No comments written yet.

Please login to write comment.