Color Hex Logo

#aefca2 Color Hex

#AEFCA2
(174,252,162)
0 Favorites   0 Comments

Color spaces of #aefca2

RGB 174252162
HSL0.310.940.81
HSV112°36°99°
CMYK 0.310.000.36   0.01
XYZ58.787581.228146.7626
Yxy81.22810.31470.4349
Hunter Lab90.1266-41.290232.3258
CIE-Lab92.2331-40.512935.7133

#aefca2 color RGB value is (174,252,162).

#aefca2 hex color red value is 174, green value is 252 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #aefca2 hue: 0.31 , saturation: 0.94 and the lightness value of aefca2 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 10100010
Octal 256 374 242
Decimal 174 252 162
Hex AE FC A2

RGB Percentages of Color #aefca2

%29.59
%42.86
%27.55

CMYK Percentages of Color #aefca2

%31
%0
%36
%1

Triadic Colors of #aefca2

#aefca2 #a2aefc #fca2ae

Analogous Colors of #aefca2

#aefca2 #a2fcc3 #dbfca2

Monochromatic Colors of #aefca2

#aefca2

Complementary Color

#aefca2 #f0a2fc

#aefca2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefca2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefca2 Color CSS Codes

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

#aefca2 Text Font Color

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

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


#aefca2 Background Color

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

This div background color is #aefca2


#aefca2 Border Color

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

This div border color is #aefca2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefca2


Comments

No comments written yet.

Please login to write comment.