color codes Logo

#aef63f color codes

#AEF63F
(174,246,63)
0 Favorites   0 Comments

Color spaces of #aef63f

RGB 17424663
HSL0.230.910.61
HSV84°74°96°
CMYK 0.290.000.74   0.04
XYZ51.308575.269116.5268
Yxy75.26910.35850.5260
Hunter Lab86.7578-46.261349.4361
CIE-Lab89.5189-47.704875.2434

#aef63f color RGB value is (174,246,63).

#aef63f hex color red value is 174, green value is 246 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #aef63f hue: 0.23 , saturation: 0.91 and the lightness value of aef63f is 0.61.

The process color (four color CMYK) of #aef63f color code is 0.29, 0.00, 0.74, 0.04. Web safe color of #aef63f is #99ff33. Color #aef63f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110110 00111111
Octal 256 366 77
Decimal 174 246 63
Hex AE F6 3F

RGB Percentages of Color #aef63f

%36.02
%50.93
%13.04

CMYK Percentages of Color #aef63f

%29
%0
%74
%4

Triadic Colors of #aef63f

#aef63f #3faef6 #f63fae

Analogous Colors of #aef63f

#aef63f #53f63f #f6e33f

Monochromatic Colors of #aef63f

#aef63f

Complementary Color

#aef63f #873ff6

#aef63f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef63f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef63f Color CSS Codes

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

#aef63f Text Font Color

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

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


#aef63f Background Color

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

This div background color is #aef63f


#aef63f Border Color

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

This div border color is #aef63f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef63f


Comments

No comments written yet.

Please login to write comment.