Color Hex Logo

#aede69 Color Hex

#AEDE69
(174,222,105)
0 Favorites   0 Comments

Color spaces of #aede69

RGB 174222105
HSL0.240.640.64
HSV85°53°87°
CMYK 0.220.000.53   0.13
XYZ46.126662.261122.9511
Yxy62.26110.35120.4740
Hunter Lab78.9057-33.737737.9885
CIE-Lab83.0521-34.025451.7527

#aede69 color RGB value is (174,222,105).

#aede69 hex color red value is 174, green value is 222 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #aede69 hue: 0.24 , saturation: 0.64 and the lightness value of aede69 is 0.64.

The process color (four color CMYK) of #aede69 color hex is 0.22, 0.00, 0.53, 0.13. Web safe color of #aede69 is #99cc66. Color #aede69 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011110 01101001
Octal 256 336 151
Decimal 174 222 105
Hex AE DE 69

RGB Percentages of Color #aede69

%34.73
%44.31
%20.96

CMYK Percentages of Color #aede69

%22
%0
%53
%13

Triadic Colors of #aede69

#aede69 #69aede #de69ae

Analogous Colors of #aede69

#aede69 #74de69 #ded469

Monochromatic Colors of #aede69

#aede69

Complementary Color

#aede69 #9969de

#aede69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aede69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aede69 Color CSS Codes

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

#aede69 Text Font Color

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

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


#aede69 Background Color

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

This div background color is #aede69


#aede69 Border Color

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

This div border color is #aede69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aede69


Comments

No comments written yet.

Please login to write comment.