Color Hex Logo

#aefeb1 Color Hex

#AEFEB1
(174,254,177)
0 Favorites   0 Comments

Color spaces of #aefeb1

RGB 174254177
HSL0.340.980.84
HSV122°31°100°
CMYK 0.310.000.30   0.00
XYZ60.833283.056654.4203
Yxy83.05660.30680.4188
Hunter Lab91.1354-40.337628.3905
CIE-Lab93.0392-39.102329.2791

#aefeb1 color RGB value is (174,254,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111110 10110001
Octal 256 376 261
Decimal 174 254 177
Hex AE FE B1

RGB Percentages of Color #aefeb1

%28.76
%41.98
%29.26

CMYK Percentages of Color #aefeb1

%31
%0
%30
%0

Triadic Colors of #aefeb1

#aefeb1 #b1aefe #feb1ae

Analogous Colors of #aefeb1

#aefeb1 #aefed9 #d3feae

Monochromatic Colors of #aefeb1

#aefeb1

Complementary Color

#aefeb1 #feaefb

#aefeb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefeb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefeb1 Color CSS Codes

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

#aefeb1 Text Font Color

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

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


#aefeb1 Background Color

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

This div background color is #aefeb1


#aefeb1 Border Color

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

This div border color is #aefeb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefeb1


Comments

No comments written yet.

Please login to write comment.