Color Hex Logo

#aefc40 Color Hex

#AEFC40
(174,252,64)
0 Favorites   0 Comments

Color spaces of #aefc40

RGB 17425264
HSL0.240.970.62
HSV85°75°99°
CMYK 0.310.000.75   0.01
XYZ53.191478.989617.2935
Yxy78.98960.35590.5284
Hunter Lab88.8761-48.702850.6766
CIE-Lab91.2296-50.158176.5680

#aefc40 color RGB value is (174,252,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 01000000
Octal 256 374 100
Decimal 174 252 64
Hex AE FC 40

RGB Percentages of Color #aefc40

%35.51
%51.43
%13.06

CMYK Percentages of Color #aefc40

%31
%0
%75
%1

Triadic Colors of #aefc40

#aefc40 #40aefc #fc40ae

Analogous Colors of #aefc40

#aefc40 #50fc40 #fcec40

Monochromatic Colors of #aefc40

#aefc40

Complementary Color

#aefc40 #8e40fc

#aefc40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefc40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefc40 Color CSS Codes

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

#aefc40 Text Font Color

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

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


#aefc40 Background Color

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

This div background color is #aefc40


#aefc40 Border Color

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

This div border color is #aefc40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefc40

Related Colors


Comments

No comments written yet.

Please login to write comment.