Color Hex Logo

#aefe8f Color Hex

#AEFE8F
(174,254,143)
0 Favorites   0 Comments

Color spaces of #aefe8f

RGB 174254143
HSL0.290.980.78
HSV103°44°100°
CMYK 0.310.000.44   0.00
XYZ57.855381.865538.7389
Yxy81.86550.32420.4587
Hunter Lab90.4796-44.201137.9506
CIE-Lab92.5155-43.993745.3774

#aefe8f color RGB value is (174,254,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111110 10001111
Octal 256 376 217
Decimal 174 254 143
Hex AE FE 8F

RGB Percentages of Color #aefe8f

%30.47
%44.48
%25.04

CMYK Percentages of Color #aefe8f

%31
%0
%44
%0

Triadic Colors of #aefe8f

#aefe8f #8faefe #fe8fae

Analogous Colors of #aefe8f

#aefe8f #8ffea8 #e6fe8f

Monochromatic Colors of #aefe8f

#aefe8f

Complementary Color

#aefe8f #df8ffe

#aefe8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefe8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefe8f Color CSS Codes

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

#aefe8f Text Font Color

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

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


#aefe8f Background Color

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

This div background color is #aefe8f


#aefe8f Border Color

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

This div border color is #aefe8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefe8f


Comments

No comments written yet.

Please login to write comment.