Color Hex Logo

#aefb44 Color Hex

#AEFB44
(174,251,68)
0 Favorites   0 Comments

Color spaces of #aefb44

RGB 17425168
HSL0.240.960.63
HSV85°73°98°
CMYK 0.310.000.73   0.02
XYZ52.996178.410417.8104
Yxy78.41040.35520.5255
Hunter Lab88.5496-48.131450.0595
CIE-Lab90.9669-49.530575.0465

#aefb44 color RGB value is (174,251,68).

#aefb44 hex color red value is 174, green value is 251 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #aefb44 hue: 0.24 , saturation: 0.96 and the lightness value of aefb44 is 0.63.

The process color (four color CMYK) of #aefb44 color hex is 0.31, 0.00, 0.73, 0.02. Web safe color of #aefb44 is #99ff33. Color #aefb44 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 01000100
Octal 256 373 104
Decimal 174 251 68
Hex AE FB 44

RGB Percentages of Color #aefb44

%35.29
%50.91
%13.79

CMYK Percentages of Color #aefb44

%31
%0
%73
%2

Triadic Colors of #aefb44

#aefb44 #44aefb #fb44ae

Analogous Colors of #aefb44

#aefb44 #52fb44 #fbed44

Monochromatic Colors of #aefb44

#aefb44

Complementary Color

#aefb44 #9144fb

#aefb44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefb44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefb44 Color CSS Codes

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

#aefb44 Text Font Color

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

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


#aefb44 Background Color

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

This div background color is #aefb44


#aefb44 Border Color

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

This div border color is #aefb44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefb44

Related Colors


Comments

No comments written yet.

Please login to write comment.