Color Hex Logo

#aee64b Color Hex

#AEE64B
(174,230,75)
0 Favorites   0 Comments

Color spaces of #aee64b

RGB 17423075
HSL0.230.760.60
HSV82°67°90°
CMYK 0.240.000.67   0.10
XYZ47.022466.100316.9369
Yxy66.10030.36150.5082
Hunter Lab81.3021-39.040344.5601
CIE-Lab85.0476-40.099366.6590

#aee64b color RGB value is (174,230,75).

#aee64b hex color red value is 174, green value is 230 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #aee64b hue: 0.23 , saturation: 0.76 and the lightness value of aee64b is 0.60.

The process color (four color CMYK) of #aee64b color hex is 0.24, 0.00, 0.67, 0.10. Web safe color of #aee64b is #99ff33. Color #aee64b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100110 01001011
Octal 256 346 113
Decimal 174 230 75
Hex AE E6 4B

RGB Percentages of Color #aee64b

%36.33
%48.02
%15.66

CMYK Percentages of Color #aee64b

%24
%0
%67
%10

Triadic Colors of #aee64b

#aee64b #4baee6 #e64bae

Analogous Colors of #aee64b

#aee64b #61e64b #e6d14b

Monochromatic Colors of #aee64b

#aee64b

Complementary Color

#aee64b #834be6

#aee64b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee64b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee64b Color CSS Codes

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

#aee64b Text Font Color

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

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


#aee64b Background Color

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

This div background color is #aee64b


#aee64b Border Color

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

This div border color is #aee64b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee64b


Comments

No comments written yet.

Please login to write comment.