Color Hex Logo

#aeda06 Color Hex

#AEDA06
(174,218,6)
0 Favorites   0 Comments

Color spaces of #aeda06

RGB 1742186
HSL0.200.950.44
HSV72°97°85°
CMYK 0.200.000.97   0.15
XYZ42.559859.15469.3471
Yxy59.15460.38320.5326
Hunter Lab76.9120-35.821846.6329
CIE-Lab81.3765-37.203779.6634

#aeda06 color RGB value is (174,218,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011010 00000110
Octal 256 332 6
Decimal 174 218 6
Hex AE DA 6

RGB Percentages of Color #aeda06

%43.72
%54.77
%1.51

CMYK Percentages of Color #aeda06

%20
%0
%97
%15

Triadic Colors of #aeda06

#aeda06 #06aeda #da06ae

Analogous Colors of #aeda06

#aeda06 #44da06 #da9c06

Monochromatic Colors of #aeda06

#aeda06

Complementary Color

#aeda06 #3206da

#aeda06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeda06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeda06 Color CSS Codes

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

#aeda06 Text Font Color

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

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


#aeda06 Background Color

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

This div background color is #aeda06


#aeda06 Border Color

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

This div border color is #aeda06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeda06


Comments

No comments written yet.

Please login to write comment.