Color Hex Logo

#aeeac3 Color Hex

#AEEAC3
(174,234,195)
0 Favorites   0 Comments

Color spaces of #aeeac3

RGB 174234195
HSL0.390.590.80
HSV141°26°92°
CMYK 0.260.000.17   0.08
XYZ56.728771.784462.4956
Yxy71.78440.29700.3758
Hunter Lab84.7257-28.753915.5743
CIE-Lab87.8647-26.715912.8661

#aeeac3 color RGB value is (174,234,195).

#aeeac3 hex color red value is 174, green value is 234 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #aeeac3 hue: 0.39 , saturation: 0.59 and the lightness value of aeeac3 is 0.80.

The process color (four color CMYK) of #aeeac3 color hex is 0.26, 0.00, 0.17, 0.08. Web safe color of #aeeac3 is #99ffcc. Color #aeeac3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 11000011
Octal 256 352 303
Decimal 174 234 195
Hex AE EA C3

RGB Percentages of Color #aeeac3

%28.86
%38.81
%32.34

CMYK Percentages of Color #aeeac3

%26
%0
%17
%8

Triadic Colors of #aeeac3

#aeeac3 #c3aeea #eac3ae

Analogous Colors of #aeeac3

#aeeac3 #aeeae1 #b7eaae

Monochromatic Colors of #aeeac3

#aeeac3

Complementary Color

#aeeac3 #eaaed5

#aeeac3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeac3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeac3 Color CSS Codes

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

#aeeac3 Text Font Color

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

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


#aeeac3 Background Color

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

This div background color is #aeeac3


#aeeac3 Border Color

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

This div border color is #aeeac3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeac3


Comments

No comments written yet.

Please login to write comment.