color codes Logo

#aefe1f color codes

#AEFE1F
(174,254,31)
0 Favorites   0 Comments

Color spaces of #aefe1f

RGB 17425431
HSL0.230.990.56
HSV82°88°100°
CMYK 0.310.000.88   0.00
XYZ53.144779.981213.9332
Yxy79.98120.36140.5439
Hunter Lab89.4322-50.433553.3654
CIE-Lab91.6764-52.204884.8645

#aefe1f color RGB value is (174,254,31).

#aefe1f hex color red value is 174, green value is 254 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #aefe1f hue: 0.23 , saturation: 0.99 and the lightness value of aefe1f is 0.56.

The process color (four color CMYK) of #aefe1f color code is 0.31, 0.00, 0.88, 0.00. Web safe color of #aefe1f is #99ff33. Color #aefe1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111110 00011111
Octal 256 376 37
Decimal 174 254 31
Hex AE FE 1F

RGB Percentages of Color #aefe1f

%37.91
%55.34
%6.75

CMYK Percentages of Color #aefe1f

%31
%0
%88
%0

Triadic Colors of #aefe1f

#aefe1f #1faefe #fe1fae

Analogous Colors of #aefe1f

#aefe1f #3ffe1f #fedf1f

Monochromatic Colors of #aefe1f

#aefe1f

Complementary Color

#aefe1f #6f1ffe

#aefe1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefe1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefe1f Color CSS Codes

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

#aefe1f Text Font Color

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

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


#aefe1f Background Color

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

This div background color is #aefe1f


#aefe1f Border Color

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

This div border color is #aefe1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefe1f


Comments

No comments written yet.

Please login to write comment.