Color Hex Logo

#aed064 Color Hex

#AED064
(174,208,100)
0 Favorites   0 Comments

Color spaces of #aed064

RGB 174208100
HSL0.220.530.60
HSV79°52°82°
CMYK 0.160.000.52   0.18
XYZ42.311755.030520.4485
Yxy55.03050.35920.4672
Hunter Lab74.1825-28.007935.5844
CIE-Lab79.0588-27.958549.3616

#aed064 color RGB value is (174,208,100).

#aed064 hex color red value is 174, green value is 208 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #aed064 hue: 0.22 , saturation: 0.53 and the lightness value of aed064 is 0.60.

The process color (four color CMYK) of #aed064 color hex is 0.16, 0.00, 0.52, 0.18. Web safe color of #aed064 is #99cc66. Color #aed064 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010000 01100100
Octal 256 320 144
Decimal 174 208 100
Hex AE D0 64

RGB Percentages of Color #aed064

%36.10
%43.15
%20.75

CMYK Percentages of Color #aed064

%16
%0
%52
%18

Triadic Colors of #aed064

#aed064 #64aed0 #d064ae

Analogous Colors of #aed064

#aed064 #78d064 #d0bc64

Monochromatic Colors of #aed064

#aed064

Complementary Color

#aed064 #8664d0

#aed064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed064 Color CSS Codes

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

#aed064 Text Font Color

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

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


#aed064 Background Color

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

This div background color is #aed064


#aed064 Border Color

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

This div border color is #aed064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed064


Comments

No comments written yet.

Please login to write comment.