Color Hex Logo

#aeffac Color Hex

#AEFFAC
(174,255,172)
0 Favorites   0 Comments

Color spaces of #aeffac

RGB 174255172
HSL0.331.000.84
HSV119°33°100°
CMYK 0.320.000.33   0.00
XYZ60.662083.497251.9491
Yxy83.49720.30930.4258
Hunter Lab91.3768-41.409230.2565
CIE-Lab93.2317-40.336532.0508

#aeffac color RGB value is (174,255,172).

#aeffac hex color red value is 174, green value is 255 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #aeffac hue: 0.33 , saturation: 1.00 and the lightness value of aeffac is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111111 10101100
Octal 256 377 254
Decimal 174 255 172
Hex AE FF AC

RGB Percentages of Color #aeffac

%28.95
%42.43
%28.62

CMYK Percentages of Color #aeffac

%32
%0
%33
%0

Triadic Colors of #aeffac

#aeffac #acaeff #ffacae

Analogous Colors of #aeffac

#aeffac #acffd4 #d8ffac

Monochromatic Colors of #aeffac

#aeffac

Complementary Color

#aeffac #fdacff

#aeffac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeffac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeffac Color CSS Codes

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

#aeffac Text Font Color

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

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


#aeffac Background Color

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

This div background color is #aeffac


#aeffac Border Color

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

This div border color is #aeffac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeffac

Related Colors


Comments

No comments written yet.

Please login to write comment.