Color Hex Logo

#aefd26 Color Hex

#AEFD26
(174,253,38)
0 Favorites   0 Comments

Color spaces of #aefd26

RGB 17425338
HSL0.230.980.57
HSV82°85°99°
CMYK 0.310.000.85   0.01
XYZ52.930779.389214.3676
Yxy79.38920.36080.5412
Hunter Lab89.1006-49.887252.8098
CIE-Lab91.4101-51.610583.3687

#aefd26 color RGB value is (174,253,38).

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

The process color (four color CMYK) of #aefd26 color hex is 0.31, 0.00, 0.85, 0.01. Web safe color of #aefd26 is #99ff33. Color #aefd26 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111101 00100110
Octal 256 375 46
Decimal 174 253 38
Hex AE FD 26

RGB Percentages of Color #aefd26

%37.42
%54.41
%8.17

CMYK Percentages of Color #aefd26

%31
%0
%85
%1

Triadic Colors of #aefd26

#aefd26 #26aefd #fd26ae

Analogous Colors of #aefd26

#aefd26 #43fd26 #fde126

Monochromatic Colors of #aefd26

#aefd26

Complementary Color

#aefd26 #7526fd

#aefd26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefd26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefd26 Color CSS Codes

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

#aefd26 Text Font Color

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

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


#aefd26 Background Color

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

This div background color is #aefd26


#aefd26 Border Color

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

This div border color is #aefd26


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,253,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 #aefd26">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefd26

Related Colors


Comments

No comments written yet.

Please login to write comment.