Color Hex Logo

#aefca8 Color Hex

#AEFCA8
(174,252,168)
0 Favorites   0 Comments

Color spaces of #aefca8

RGB 174252168
HSL0.320.930.82
HSV116°33°99°
CMYK 0.310.000.33   0.01
XYZ59.333881.446649.6393
Yxy81.44660.31160.4277
Hunter Lab90.2478-40.578030.5620
CIE-Lab92.3301-39.615332.8476

#aefca8 color RGB value is (174,252,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 10101000
Octal 256 374 250
Decimal 174 252 168
Hex AE FC A8

RGB Percentages of Color #aefca8

%29.29
%42.42
%28.28

CMYK Percentages of Color #aefca8

%31
%0
%33
%1

Triadic Colors of #aefca8

#aefca8 #a8aefc #fca8ae

Analogous Colors of #aefca8

#aefca8 #a8fccc #d8fca8

Monochromatic Colors of #aefca8

#aefca8

Complementary Color

#aefca8 #f6a8fc

#aefca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefca8 Color CSS Codes

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

#aefca8 Text Font Color

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

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


#aefca8 Background Color

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

This div background color is #aefca8


#aefca8 Border Color

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

This div border color is #aefca8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefca8


Comments

No comments written yet.

Please login to write comment.