Color Hex Logo

#aeebac Color Hex

#AEEBAC
(174,235,172)
0 Favorites   0 Comments

Color spaces of #aeebac

RGB 174235172
HSL0.330.610.80
HSV118°27°92°
CMYK 0.260.000.27   0.08
XYZ54.610371.393949.9319
Yxy71.39390.31040.4058
Hunter Lab84.4949-32.498924.1093
CIE-Lab87.6760-31.209424.5216

#aeebac color RGB value is (174,235,172).

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

The process color (four color CMYK) of #aeebac color hex is 0.26, 0.00, 0.27, 0.08. Web safe color of #aeebac is #99ff99. Color #aeebac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101011 10101100
Octal 256 353 254
Decimal 174 235 172
Hex AE EB AC

RGB Percentages of Color #aeebac

%29.95
%40.45
%29.60

CMYK Percentages of Color #aeebac

%26
%0
%27
%8

Triadic Colors of #aeebac

#aeebac #acaeeb #ebacae

Analogous Colors of #aeebac

#aeebac #acebca #ceebac

Monochromatic Colors of #aeebac

#aeebac

Complementary Color

#aeebac #e9aceb

#aeebac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeebac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeebac Color CSS Codes

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

#aeebac Text Font Color

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

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


#aeebac Background Color

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

This div background color is #aeebac


#aeebac Border Color

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

This div border color is #aeebac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,235,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 #aeebac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeebac


Comments

No comments written yet.

Please login to write comment.