Color Hex Logo

#aefa1d Color Hex

#AEFA1D
(174,250,29)
0 Favorites   0 Comments

Color spaces of #aefa1d

RGB 17425029
HSL0.220.960.55
HSV81°88°98°
CMYK 0.300.000.88   0.02
XYZ51.862977.458613.3799
Yxy77.45860.36340.5428
Hunter Lab88.0106-48.831952.5938
CIE-Lab90.5323-50.611884.2440

#aefa1d color RGB value is (174,250,29).

#aefa1d hex color red value is 174, green value is 250 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #aefa1d hue: 0.22 , saturation: 0.96 and the lightness value of aefa1d is 0.55.

The process color (four color CMYK) of #aefa1d color hex is 0.30, 0.00, 0.88, 0.02. Web safe color of #aefa1d is #99ff33. Color #aefa1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111010 00011101
Octal 256 372 35
Decimal 174 250 29
Hex AE FA 1D

RGB Percentages of Color #aefa1d

%38.41
%55.19
%6.40

CMYK Percentages of Color #aefa1d

%30
%0
%88
%2

Triadic Colors of #aefa1d

#aefa1d #1daefa #fa1dae

Analogous Colors of #aefa1d

#aefa1d #40fa1d #fad81d

Monochromatic Colors of #aefa1d

#aefa1d

Complementary Color

#aefa1d #691dfa

#aefa1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefa1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefa1d Color CSS Codes

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

#aefa1d Text Font Color

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

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


#aefa1d Background Color

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

This div background color is #aefa1d


#aefa1d Border Color

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

This div border color is #aefa1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefa1d

Related Colors


Comments

No comments written yet.

Please login to write comment.