Color Hex Logo

#aeda54 Color Hex

#AEDA54
(174,218,84)
0 Favorites   0 Comments

Color spaces of #aeda54

RGB 17421884
HSL0.220.640.59
HSV80°61°85°
CMYK 0.200.000.61   0.15
XYZ44.127259.781617.6008
Yxy59.78160.36320.4920
Hunter Lab77.3186-33.434140.6262
CIE-Lab81.7193-34.042159.5332

#aeda54 color RGB value is (174,218,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011010 01010100
Octal 256 332 124
Decimal 174 218 84
Hex AE DA 54

RGB Percentages of Color #aeda54

%36.55
%45.80
%17.65

CMYK Percentages of Color #aeda54

%20
%0
%61
%15

Triadic Colors of #aeda54

#aeda54 #54aeda #da54ae

Analogous Colors of #aeda54

#aeda54 #6bda54 #dac354

Monochromatic Colors of #aeda54

#aeda54

Complementary Color

#aeda54 #8054da

#aeda54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeda54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeda54 Color CSS Codes

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

#aeda54 Text Font Color

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

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


#aeda54 Background Color

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

This div background color is #aeda54


#aeda54 Border Color

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

This div border color is #aeda54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeda54


Comments

No comments written yet.

Please login to write comment.