Color Hex Logo

#aefca6 Color Hex

#AEFCA6
(174,252,166)
0 Favorites   0 Comments

Color spaces of #aefca6

RGB 174252166
HSL0.320.930.82
HSV114°34°99°
CMYK 0.310.000.34   0.01
XYZ59.148981.372748.6654
Yxy81.37270.31260.4301
Hunter Lab90.2068-40.818931.1586
CIE-Lab92.2973-39.918433.8045

#aefca6 color RGB value is (174,252,166).

#aefca6 hex color red value is 174, green value is 252 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #aefca6 hue: 0.32 , saturation: 0.93 and the lightness value of aefca6 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 10100110
Octal 256 374 246
Decimal 174 252 166
Hex AE FC A6

RGB Percentages of Color #aefca6

%29.39
%42.57
%28.04

CMYK Percentages of Color #aefca6

%31
%0
%34
%1

Triadic Colors of #aefca6

#aefca6 #a6aefc #fca6ae

Analogous Colors of #aefca6

#aefca6 #a6fcc9 #d9fca6

Monochromatic Colors of #aefca6

#aefca6

Complementary Color

#aefca6 #f4a6fc

#aefca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefca6 Color CSS Codes

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

#aefca6 Text Font Color

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

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


#aefca6 Background Color

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

This div background color is #aefca6


#aefca6 Border Color

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

This div border color is #aefca6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefca6

Related Colors


Comments

No comments written yet.

Please login to write comment.