Color Hex Logo

#aaecc1 Color Hex

#AAECC1
(170,236,193)
0 Favorites   0 Comments

Color spaces of #aaecc1

RGB 170236193
HSL0.390.630.80
HSV141°28°93°
CMYK 0.280.000.18   0.07
XYZ56.198772.387261.4622
Yxy72.38720.29570.3809
Hunter Lab85.0807-30.985816.7254
CIE-Lab88.1546-29.280714.2872

#aaecc1 color RGB value is (170,236,193).

#aaecc1 hex color red value is 170, green value is 236 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #aaecc1 hue: 0.39 , saturation: 0.63 and the lightness value of aaecc1 is 0.80.

The process color (four color CMYK) of #aaecc1 color hex is 0.28, 0.00, 0.18, 0.07. Web safe color of #aaecc1 is #99ffcc. Color #aaecc1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101100 11000001
Octal 252 354 301
Decimal 170 236 193
Hex AA EC C1

RGB Percentages of Color #aaecc1

%28.38
%39.40
%32.22

CMYK Percentages of Color #aaecc1

%28
%0
%18
%7

Triadic Colors of #aaecc1

#aaecc1 #c1aaec #ecc1aa

Analogous Colors of #aaecc1

#aaecc1 #aaece2 #b4ecaa

Monochromatic Colors of #aaecc1

#aaecc1

Complementary Color

#aaecc1 #ecaad5

#aaecc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaecc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaecc1 Color CSS Codes

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

#aaecc1 Text Font Color

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

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


#aaecc1 Background Color

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

This div background color is #aaecc1


#aaecc1 Border Color

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

This div border color is #aaecc1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,236,193, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aaecc1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aaecc1;
  -webkit-box-shadow: 1px 1px 3px 2px #aaecc1;
  box-shadow:         1px 1px 3px 2px #aaecc1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,236,193, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaecc1


Comments

No comments written yet.

Please login to write comment.