Color Hex Logo

#aed964 Color Hex

#AED964
(174,217,100)
0 Favorites   0 Comments

Color spaces of #aed964

RGB 174217100
HSL0.230.610.62
HSV82°54°85°
CMYK 0.200.000.54   0.15
XYZ44.568759.544521.2008
Yxy59.54450.35570.4752
Hunter Lab77.1651-31.941637.7259
CIE-Lab81.5900-32.197652.3380

#aed964 color RGB value is (174,217,100).

#aed964 hex color red value is 174, green value is 217 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #aed964 hue: 0.23 , saturation: 0.61 and the lightness value of aed964 is 0.62.

The process color (four color CMYK) of #aed964 color hex is 0.20, 0.00, 0.54, 0.15. Web safe color of #aed964 is #99cc66. Color #aed964 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011001 01100100
Octal 256 331 144
Decimal 174 217 100
Hex AE D9 64

RGB Percentages of Color #aed964

%35.44
%44.20
%20.37

CMYK Percentages of Color #aed964

%20
%0
%54
%15

Triadic Colors of #aed964

#aed964 #64aed9 #d964ae

Analogous Colors of #aed964

#aed964 #74d964 #d9ca64

Monochromatic Colors of #aed964

#aed964

Complementary Color

#aed964 #8f64d9

#aed964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed964 Color CSS Codes

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

#aed964 Text Font Color

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

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


#aed964 Background Color

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

This div background color is #aed964


#aed964 Border Color

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

This div border color is #aed964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed964


Comments

No comments written yet.

Please login to write comment.