Color Hex Logo

#aef650 Color Hex

#AEF650
(174,246,80)
0 Favorites   0 Comments

Color spaces of #aef650

RGB 17424680
HSL0.240.900.64
HSV86°67°96°
CMYK 0.290.000.67   0.04
XYZ51.859375.489419.4271
Yxy75.48940.35330.5143
Hunter Lab86.8846-45.505947.5622
CIE-Lab89.6217-46.696569.5131

#aef650 color RGB value is (174,246,80).

#aef650 hex color red value is 174, green value is 246 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #aef650 hue: 0.24 , saturation: 0.90 and the lightness value of aef650 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110110 01010000
Octal 256 366 120
Decimal 174 246 80
Hex AE F6 50

RGB Percentages of Color #aef650

%34.80
%49.20
%16.00

CMYK Percentages of Color #aef650

%29
%0
%67
%4

Triadic Colors of #aef650

#aef650 #50aef6 #f650ae

Analogous Colors of #aef650

#aef650 #5bf650 #f6eb50

Monochromatic Colors of #aef650

#aef650

Complementary Color

#aef650 #9850f6

#aef650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef650 Color CSS Codes

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

#aef650 Text Font Color

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

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


#aef650 Background Color

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

This div background color is #aef650


#aef650 Border Color

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

This div border color is #aef650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef650


Comments

No comments written yet.

Please login to write comment.