Color Hex Logo

#aefca1 Color Hex

#AEFCA1
(174,252,161)
0 Favorites   0 Comments

Color spaces of #aefca1

RGB 174252161
HSL0.310.940.81
HSV111°36°99°
CMYK 0.310.000.36   0.01
XYZ58.699081.192746.2962
Yxy81.19270.31530.4361
Hunter Lab90.1070-41.405832.6122
CIE-Lab92.2174-40.659036.1896

#aefca1 color RGB value is (174,252,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 10100001
Octal 256 374 241
Decimal 174 252 161
Hex AE FC A1

RGB Percentages of Color #aefca1

%29.64
%42.93
%27.43

CMYK Percentages of Color #aefca1

%31
%0
%36
%1

Triadic Colors of #aefca1

#aefca1 #a1aefc #fca1ae

Analogous Colors of #aefca1

#aefca1 #a1fcc2 #dcfca1

Monochromatic Colors of #aefca1

#aefca1

Complementary Color

#aefca1 #efa1fc

#aefca1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefca1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefca1 Color CSS Codes

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

#aefca1 Text Font Color

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

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


#aefca1 Background Color

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

This div background color is #aefca1


#aefca1 Border Color

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

This div border color is #aefca1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefca1

Related Colors


Comments

No comments written yet.

Please login to write comment.