Color Hex Logo

#aeedac Color Hex

#AEEDAC
(174,237,172)
0 Favorites   0 Comments

Color spaces of #aeedac

RGB 174237172
HSL0.330.640.80
HSV118°27°93°
CMYK 0.270.000.27   0.07
XYZ55.186172.545650.1238
Yxy72.54560.31030.4079
Hunter Lab85.1737-33.399524.7301
CIE-Lab88.2305-32.143825.2803

#aeedac color RGB value is (174,237,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101101 10101100
Octal 256 355 254
Decimal 174 237 172
Hex AE ED AC

RGB Percentages of Color #aeedac

%29.85
%40.65
%29.50

CMYK Percentages of Color #aeedac

%27
%0
%27
%7

Triadic Colors of #aeedac

#aeedac #acaeed #edacae

Analogous Colors of #aeedac

#aeedac #acedcb #cfedac

Monochromatic Colors of #aeedac

#aeedac

Complementary Color

#aeedac #ebaced

#aeedac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeedac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeedac Color CSS Codes

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

#aeedac Text Font Color

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

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


#aeedac Background Color

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

This div background color is #aeedac


#aeedac Border Color

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

This div border color is #aeedac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeedac

#aeedac Color Palettes


Comments

No comments written yet.

Please login to write comment.