Color Hex Logo

#aefb3f Color Hex

#AEFB3F
(174,251,63)
0 Favorites   0 Comments

Color spaces of #aefb3f

RGB 17425163
HSL0.230.960.62
HSV85°75°98°
CMYK 0.310.000.75   0.02
XYZ52.849978.351917.0406
Yxy78.35190.35650.5285
Hunter Lab88.5166-48.328550.5475
CIE-Lab90.9402-49.794676.5997

#aefb3f color RGB value is (174,251,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 00111111
Octal 256 373 77
Decimal 174 251 63
Hex AE FB 3F

RGB Percentages of Color #aefb3f

%35.66
%51.43
%12.91

CMYK Percentages of Color #aefb3f

%31
%0
%75
%2

Triadic Colors of #aefb3f

#aefb3f #3faefb #fb3fae

Analogous Colors of #aefb3f

#aefb3f #50fb3f #fbea3f

Monochromatic Colors of #aefb3f

#aefb3f

Complementary Color

#aefb3f #8c3ffb

#aefb3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefb3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefb3f Color CSS Codes

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

#aefb3f Text Font Color

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

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


#aefb3f Background Color

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

This div background color is #aefb3f


#aefb3f Border Color

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

This div border color is #aefb3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefb3f


Comments

No comments written yet.

Please login to write comment.