Color Hex Logo

#aef626 Color Hex

#AEF626
(174,246,38)
0 Favorites   0 Comments

Color spaces of #aef626

RGB 17424638
HSL0.220.920.56
HSV81°85°96°
CMYK 0.290.000.85   0.04
XYZ50.761275.050113.6445
Yxy75.05010.36400.5382
Hunter Lab86.6315-47.014051.3038
CIE-Lab89.4165-48.716081.6690

#aef626 color RGB value is (174,246,38).

#aef626 hex color red value is 174, green value is 246 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #aef626 hue: 0.22 , saturation: 0.92 and the lightness value of aef626 is 0.56.

The process color (four color CMYK) of #aef626 color hex is 0.29, 0.00, 0.85, 0.04. Web safe color of #aef626 is #99ff33. Color #aef626 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110110 00100110
Octal 256 366 46
Decimal 174 246 38
Hex AE F6 26

RGB Percentages of Color #aef626

%37.99
%53.71
%8.30

CMYK Percentages of Color #aef626

%29
%0
%85
%4

Triadic Colors of #aef626

#aef626 #26aef6 #f626ae

Analogous Colors of #aef626

#aef626 #46f626 #f6d626

Monochromatic Colors of #aef626

#aef626

Complementary Color

#aef626 #6e26f6

#aef626 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef626 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef626 Color CSS Codes

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

#aef626 Text Font Color

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

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


#aef626 Background Color

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

This div background color is #aef626


#aef626 Border Color

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

This div border color is #aef626


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef626


Comments

No comments written yet.

Please login to write comment.