Color Hex Logo

#aefca0 Color Hex

#AEFCA0
(174,252,160)
0 Favorites   0 Comments

Color spaces of #aefca0

RGB 174252160
HSL0.310.940.81
HSV111°37°99°
CMYK 0.310.000.37   0.01
XYZ58.611181.157545.8335
Yxy81.15750.31580.4373
Hunter Lab90.0875-41.520632.8964
CIE-Lab92.2017-40.804236.6653

#aefca0 color RGB value is (174,252,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 10100000
Octal 256 374 240
Decimal 174 252 160
Hex AE FC A0

RGB Percentages of Color #aefca0

%29.69
%43.00
%27.30

CMYK Percentages of Color #aefca0

%31
%0
%37
%1

Triadic Colors of #aefca0

#aefca0 #a0aefc #fca0ae

Analogous Colors of #aefca0

#aefca0 #a0fcc0 #dcfca0

Monochromatic Colors of #aefca0

#aefca0

Complementary Color

#aefca0 #eea0fc

#aefca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefca0 Color CSS Codes

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

#aefca0 Text Font Color

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

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


#aefca0 Background Color

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

This div background color is #aefca0


#aefca0 Border Color

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

This div border color is #aefca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefca0

Related Colors


Comments

No comments written yet.

Please login to write comment.