Color Hex Logo

#aef931 Color Hex

#AEF931
(174,249,49)
0 Favorites   0 Comments

Color spaces of #aef931

RGB 17424949
HSL0.230.940.58
HSV82°80°98°
CMYK 0.300.000.80   0.02
XYZ51.885676.971815.0281
Yxy76.97180.36060.5350
Hunter Lab87.7336-47.968951.2576
CIE-Lab90.3086-49.588279.9326

#aef931 color RGB value is (174,249,49).

#aef931 hex color red value is 174, green value is 249 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #aef931 hue: 0.23 , saturation: 0.94 and the lightness value of aef931 is 0.58.

The process color (four color CMYK) of #aef931 color hex is 0.30, 0.00, 0.80, 0.02. Web safe color of #aef931 is #99ff33. Color #aef931 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111001 00110001
Octal 256 371 61
Decimal 174 249 49
Hex AE F9 31

RGB Percentages of Color #aef931

%36.86
%52.75
%10.38

CMYK Percentages of Color #aef931

%30
%0
%80
%2

Triadic Colors of #aef931

#aef931 #31aef9 #f931ae

Analogous Colors of #aef931

#aef931 #4af931 #f9e031

Monochromatic Colors of #aef931

#aef931

Complementary Color

#aef931 #7c31f9

#aef931 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef931 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef931 Color CSS Codes

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

#aef931 Text Font Color

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

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


#aef931 Background Color

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

This div background color is #aef931


#aef931 Border Color

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

This div border color is #aef931


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef931


Comments

No comments written yet.

Please login to write comment.