Color Hex Logo

#aefc3f Color Hex

#AEFC3F
(174,252,63)
0 Favorites   0 Comments

Color spaces of #aefc3f

RGB 17425263
HSL0.240.970.62
HSV85°75°99°
CMYK 0.310.000.75   0.01
XYZ53.163278.978417.1450
Yxy78.97840.35610.5290
Hunter Lab88.8698-48.740850.7705
CIE-Lab91.2245-50.209176.8702

#aefc3f color RGB value is (174,252,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 00111111
Octal 256 374 77
Decimal 174 252 63
Hex AE FC 3F

RGB Percentages of Color #aefc3f

%35.58
%51.53
%12.88

CMYK Percentages of Color #aefc3f

%31
%0
%75
%1

Triadic Colors of #aefc3f

#aefc3f #3faefc #fc3fae

Analogous Colors of #aefc3f

#aefc3f #50fc3f #fcec3f

Monochromatic Colors of #aefc3f

#aefc3f

Complementary Color

#aefc3f #8d3ffc

#aefc3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefc3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefc3f Color CSS Codes

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

#aefc3f Text Font Color

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

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


#aefc3f Background Color

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

This div background color is #aefc3f


#aefc3f Border Color

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

This div border color is #aefc3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefc3f


Comments

No comments written yet.

Please login to write comment.