Color Hex Logo

#aefe92 Color Hex

#AEFE92
(174,254,146)
0 Favorites   0 Comments

Color spaces of #aefe92

RGB 174254146
HSL0.290.980.78
HSV104°43°100°
CMYK 0.310.000.43   0.00
XYZ58.085781.957639.9521
Yxy81.95760.32270.4553
Hunter Lab90.5304-43.900037.2060
CIE-Lab92.5561-43.607343.9833

#aefe92 color RGB value is (174,254,146).

#aefe92 hex color red value is 174, green value is 254 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #aefe92 hue: 0.29 , saturation: 0.98 and the lightness value of aefe92 is 0.78.

The process color (four color CMYK) of #aefe92 color hex is 0.31, 0.00, 0.43, 0.00. Web safe color of #aefe92 is #99ff99. Color #aefe92 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111110 10010010
Octal 256 376 222
Decimal 174 254 146
Hex AE FE 92

RGB Percentages of Color #aefe92

%30.31
%44.25
%25.44

CMYK Percentages of Color #aefe92

%31
%0
%43
%0

Triadic Colors of #aefe92

#aefe92 #92aefe #fe92ae

Analogous Colors of #aefe92

#aefe92 #92feac #e4fe92

Monochromatic Colors of #aefe92

#aefe92

Complementary Color

#aefe92 #e292fe

#aefe92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefe92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefe92 Color CSS Codes

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

#aefe92 Text Font Color

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

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


#aefe92 Background Color

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

This div background color is #aefe92


#aefe92 Border Color

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

This div border color is #aefe92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefe92


Comments

No comments written yet.

Please login to write comment.