Color Hex Logo

#aefd3d Color Hex

#AEFD3D
(174,253,61)
0 Favorites   0 Comments

Color spaces of #aefd3d

RGB 17425361
HSL0.240.980.62
HSV85°76°99°
CMYK 0.310.000.76   0.01
XYZ53.423179.586216.9608
Yxy79.58620.35620.5307
Hunter Lab89.2111-49.226651.1756
CIE-Lab91.4989-50.721477.7314

#aefd3d color RGB value is (174,253,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111101 00111101
Octal 256 375 75
Decimal 174 253 61
Hex AE FD 3D

RGB Percentages of Color #aefd3d

%35.66
%51.84
%12.50

CMYK Percentages of Color #aefd3d

%31
%0
%76
%1

Triadic Colors of #aefd3d

#aefd3d #3daefd #fd3dae

Analogous Colors of #aefd3d

#aefd3d #4efd3d #fdec3d

Monochromatic Colors of #aefd3d

#aefd3d

Complementary Color

#aefd3d #8c3dfd

#aefd3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefd3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefd3d Color CSS Codes

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

#aefd3d Text Font Color

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

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


#aefd3d Background Color

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

This div background color is #aefd3d


#aefd3d Border Color

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

This div border color is #aefd3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefd3d

Related Colors

#aefd3d Color Palettes


Comments

No comments written yet.

Please login to write comment.