Color Hex Logo

#aed654 Color Hex

#AED654
(174,214,84)
0 Favorites   0 Comments

Color spaces of #aed654

RGB 17421484
HSL0.220.610.58
HSV78°61°84°
CMYK 0.190.000.61   0.16
XYZ43.102457.731917.2591
Yxy57.73190.36500.4889
Hunter Lab75.9815-31.709139.7194
CIE-Lab80.5895-32.192858.2949

#aed654 color RGB value is (174,214,84).

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

The process color (four color CMYK) of #aed654 color hex is 0.19, 0.00, 0.61, 0.16. Web safe color of #aed654 is #99cc66. Color #aed654 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010110 01010100
Octal 256 326 124
Decimal 174 214 84
Hex AE D6 54

RGB Percentages of Color #aed654

%36.86
%45.34
%17.80

CMYK Percentages of Color #aed654

%19
%0
%61
%16

Triadic Colors of #aed654

#aed654 #54aed6 #d654ae

Analogous Colors of #aed654

#aed654 #6dd654 #d6bd54

Monochromatic Colors of #aed654

#aed654

Complementary Color

#aed654 #7c54d6

#aed654 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed654 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed654 Color CSS Codes

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

#aed654 Text Font Color

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

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


#aed654 Background Color

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

This div background color is #aed654


#aed654 Border Color

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

This div border color is #aed654


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed654

#aed654 Color Palettes


Comments

No comments written yet.

Please login to write comment.