Color Hex Logo

#aef829 Color Hex

#AEF829
(174,248,41)
0 Favorites   0 Comments

Color spaces of #aef829

RGB 17424841
HSL0.230.940.57
HSV81°83°97°
CMYK 0.300.000.83   0.03
XYZ51.423276.293614.1137
Yxy76.29360.36260.5379
Hunter Lab87.3462-47.767851.5621
CIE-Lab89.9955-49.455981.5330

#aef829 color RGB value is (174,248,41).

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

The process color (four color CMYK) of #aef829 color hex is 0.30, 0.00, 0.83, 0.03. Web safe color of #aef829 is #99ff33. Color #aef829 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111000 00101001
Octal 256 370 51
Decimal 174 248 41
Hex AE F8 29

RGB Percentages of Color #aef829

%37.58
%53.56
%8.86

CMYK Percentages of Color #aef829

%30
%0
%83
%3

Triadic Colors of #aef829

#aef829 #29aef8 #f829ae

Analogous Colors of #aef829

#aef829 #47f829 #f8db29

Monochromatic Colors of #aef829

#aef829

Complementary Color

#aef829 #7329f8

#aef829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef829 Color CSS Codes

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

#aef829 Text Font Color

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

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


#aef829 Background Color

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

This div background color is #aef829


#aef829 Border Color

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

This div border color is #aef829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef829


Comments

No comments written yet.

Please login to write comment.