Color Hex Logo

#aed564 Color Hex

#AED564
(174,213,100)
0 Favorites   0 Comments

Color spaces of #aed564

RGB 174213100
HSL0.220.570.61
HSV81°53°84°
CMYK 0.180.000.53   0.16
XYZ43.550157.507320.8613
Yxy57.50730.35720.4717
Hunter Lab75.8336-30.198836.7732
CIE-Lab80.4641-30.326751.0189

#aed564 color RGB value is (174,213,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010101 01100100
Octal 256 325 144
Decimal 174 213 100
Hex AE D5 64

RGB Percentages of Color #aed564

%35.73
%43.74
%20.53

CMYK Percentages of Color #aed564

%18
%0
%53
%16

Triadic Colors of #aed564

#aed564 #64aed5 #d564ae

Analogous Colors of #aed564

#aed564 #76d564 #d5c464

Monochromatic Colors of #aed564

#aed564

Complementary Color

#aed564 #8b64d5

#aed564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed564 Color CSS Codes

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

#aed564 Text Font Color

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

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


#aed564 Background Color

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

This div background color is #aed564


#aed564 Border Color

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

This div border color is #aed564


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed564


Comments

No comments written yet.

Please login to write comment.