Color Hex Logo

#aee1c3 Color Hex

#AEE1C3
(174,225,195)
0 Favorites   0 Comments

Color spaces of #aee1c3

RGB 174225195
HSL0.400.460.78
HSV145°23°88°
CMYK 0.230.000.13   0.12
XYZ54.231166.789261.6631
Yxy66.78920.29690.3656
Hunter Lab81.7247-24.568612.4716
CIE-Lab85.3974-22.35209.3534

#aee1c3 color RGB value is (174,225,195).

#aee1c3 hex color red value is 174, green value is 225 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #aee1c3 hue: 0.40 , saturation: 0.46 and the lightness value of aee1c3 is 0.78.

The process color (four color CMYK) of #aee1c3 color hex is 0.23, 0.00, 0.13, 0.12. Web safe color of #aee1c3 is #99cccc. Color #aee1c3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100001 11000011
Octal 256 341 303
Decimal 174 225 195
Hex AE E1 C3

RGB Percentages of Color #aee1c3

%29.29
%37.88
%32.83

CMYK Percentages of Color #aee1c3

%23
%0
%13
%12

Triadic Colors of #aee1c3

#aee1c3 #c3aee1 #e1c3ae

Analogous Colors of #aee1c3

#aee1c3 #aee1dd #b3e1ae

Monochromatic Colors of #aee1c3

#aee1c3

Complementary Color

#aee1c3 #e1aecc

#aee1c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee1c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee1c3 Color CSS Codes

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

#aee1c3 Text Font Color

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

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


#aee1c3 Background Color

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

This div background color is #aee1c3


#aee1c3 Border Color

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

This div border color is #aee1c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee1c3

#aee1c3 Color Palettes


Comments

No comments written yet.

Please login to write comment.