Color Hex Logo

#aeed64 Color Hex

#AEED64
(174,237,100)
0 Favorites   0 Comments

Color spaces of #aeed64

RGB 174237100
HSL0.240.790.66
HSV88°58°93°
CMYK 0.270.000.58   0.07
XYZ50.040070.487123.0246
Yxy70.48710.34860.4910
Hunter Lab83.9566-40.534142.5097
CIE-Lab87.2352-41.244558.8381

#aeed64 color RGB value is (174,237,100).

#aeed64 hex color red value is 174, green value is 237 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #aeed64 hue: 0.24 , saturation: 0.79 and the lightness value of aeed64 is 0.66.

The process color (four color CMYK) of #aeed64 color hex is 0.27, 0.00, 0.58, 0.07. Web safe color of #aeed64 is #99ff66. Color #aeed64 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101101 01100100
Octal 256 355 144
Decimal 174 237 100
Hex AE ED 64

RGB Percentages of Color #aeed64

%34.05
%46.38
%19.57

CMYK Percentages of Color #aeed64

%27
%0
%58
%7

Triadic Colors of #aeed64

#aeed64 #64aeed #ed64ae

Analogous Colors of #aeed64

#aeed64 #6aed64 #ede864

Monochromatic Colors of #aeed64

#aeed64

Complementary Color

#aeed64 #a364ed

#aeed64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeed64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeed64 Color CSS Codes

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

#aeed64 Text Font Color

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

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


#aeed64 Background Color

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

This div background color is #aeed64


#aeed64 Border Color

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

This div border color is #aeed64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeed64


Comments

No comments written yet.

Please login to write comment.