Color Hex Logo

#aefec1 Color Hex

#AEFEC1
(174,254,193)
0 Favorites   0 Comments

Color spaces of #aefec1

RGB 174254193
HSL0.370.980.84
HSV134°31°100°
CMYK 0.310.000.24   0.00
XYZ62.523083.732563.3188
Yxy83.73250.29830.3995
Hunter Lab91.5055-38.170723.0271
CIE-Lab93.3342-36.420421.5696

#aefec1 color RGB value is (174,254,193).

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

The process color (four color CMYK) of #aefec1 color hex is 0.31, 0.00, 0.24, 0.00. Web safe color of #aefec1 is #99ffcc. Color #aefec1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111110 11000001
Octal 256 376 301
Decimal 174 254 193
Hex AE FE C1

RGB Percentages of Color #aefec1

%28.02
%40.90
%31.08

CMYK Percentages of Color #aefec1

%31
%0
%24
%0

Triadic Colors of #aefec1

#aefec1 #c1aefe #fec1ae

Analogous Colors of #aefec1

#aefec1 #aefee9 #c3feae

Monochromatic Colors of #aefec1

#aefec1

Complementary Color

#aefec1 #feaeeb

#aefec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefec1 Color CSS Codes

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

#aefec1 Text Font Color

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

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


#aefec1 Background Color

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

This div background color is #aefec1


#aefec1 Border Color

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

This div border color is #aefec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefec1


Comments

No comments written yet.

Please login to write comment.