Color Hex Logo

#aef664 Color Hex

#AEF664
(174,246,100)
0 Favorites   0 Comments

Color spaces of #aef664

RGB 174246100
HSL0.250.890.68
HSV90°59°96°
CMYK 0.290.000.59   0.04
XYZ52.711675.830323.9151
Yxy75.83030.34570.4974
Hunter Lab87.0806-44.341544.6735
CIE-Lab89.7805-45.154761.7098

#aef664 color RGB value is (174,246,100).

#aef664 hex color red value is 174, green value is 246 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #aef664 hue: 0.25 , saturation: 0.89 and the lightness value of aef664 is 0.68.

The process color (four color CMYK) of #aef664 color hex is 0.29, 0.00, 0.59, 0.04. Web safe color of #aef664 is #99ff66. Color #aef664 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110110 01100100
Octal 256 366 144
Decimal 174 246 100
Hex AE F6 64

RGB Percentages of Color #aef664

%33.46
%47.31
%19.23

CMYK Percentages of Color #aef664

%29
%0
%59
%4

Triadic Colors of #aef664

#aef664 #64aef6 #f664ae

Analogous Colors of #aef664

#aef664 #65f664 #f6f564

Monochromatic Colors of #aef664

#aef664

Complementary Color

#aef664 #ac64f6

#aef664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef664 Color CSS Codes

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

#aef664 Text Font Color

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

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


#aef664 Background Color

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

This div background color is #aef664


#aef664 Border Color

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

This div border color is #aef664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef664


Comments

No comments written yet.

Please login to write comment.