Color Hex Logo

#aeeb40 Color Hex

#AEEB40
(174,235,64)
0 Favorites   0 Comments

Color spaces of #aeeb40

RGB 17423564
HSL0.230.810.59
HSV81°73°92°
CMYK 0.260.000.73   0.08
XYZ48.089368.785515.5928
Yxy68.78550.36300.5193
Hunter Lab82.9370-41.640346.9089
CIE-Lab86.3977-42.950571.9109

#aeeb40 color RGB value is (174,235,64).

#aeeb40 hex color red value is 174, green value is 235 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #aeeb40 hue: 0.23 , saturation: 0.81 and the lightness value of aeeb40 is 0.59.

The process color (four color CMYK) of #aeeb40 color hex is 0.26, 0.00, 0.73, 0.08. Web safe color of #aeeb40 is #99ff33. Color #aeeb40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101011 01000000
Octal 256 353 100
Decimal 174 235 64
Hex AE EB 40

RGB Percentages of Color #aeeb40

%36.79
%49.68
%13.53

CMYK Percentages of Color #aeeb40

%26
%0
%73
%8

Triadic Colors of #aeeb40

#aeeb40 #40aeeb #eb40ae

Analogous Colors of #aeeb40

#aeeb40 #59eb40 #ebd340

Monochromatic Colors of #aeeb40

#aeeb40

Complementary Color

#aeeb40 #7d40eb

#aeeb40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeb40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeb40 Color CSS Codes

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

#aeeb40 Text Font Color

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

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


#aeeb40 Background Color

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

This div background color is #aeeb40


#aeeb40 Border Color

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

This div border color is #aeeb40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeb40


Comments

No comments written yet.

Please login to write comment.