Color Hex Logo

#aed468 Color Hex

#AED468
(174,212,104)
0 Favorites   0 Comments

Color spaces of #aed468

RGB 174212104
HSL0.230.560.62
HSV81°51°83°
CMYK 0.180.000.51   0.17
XYZ43.497757.085121.8227
Yxy57.08510.35540.4664
Hunter Lab75.5547-29.456235.7634
CIE-Lab80.2274-29.461348.8662

#aed468 color RGB value is (174,212,104).

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

The process color (four color CMYK) of #aed468 color hex is 0.18, 0.00, 0.51, 0.17. Web safe color of #aed468 is #99cc66. Color #aed468 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010100 01101000
Octal 256 324 150
Decimal 174 212 104
Hex AE D4 68

RGB Percentages of Color #aed468

%35.51
%43.27
%21.22

CMYK Percentages of Color #aed468

%18
%0
%51
%17

Triadic Colors of #aed468

#aed468 #68aed4 #d468ae

Analogous Colors of #aed468

#aed468 #78d468 #d4c468

Monochromatic Colors of #aed468

#aed468

Complementary Color

#aed468 #8e68d4

#aed468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed468 Color CSS Codes

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

#aed468 Text Font Color

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

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


#aed468 Background Color

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

This div background color is #aed468


#aed468 Border Color

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

This div border color is #aed468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed468


Comments

No comments written yet.

Please login to write comment.