Color Hex Logo

#aaeabc Color Hex

#AAEABC
(170,234,188)
0 Favorites   0 Comments

Color spaces of #aaeabc

RGB 170234188
HSL0.380.600.79
HSV137°27°92°
CMYK 0.270.000.20   0.08
XYZ55.077571.022558.3828
Yxy71.02250.29860.3850
Hunter Lab84.2748-30.823017.9183
CIE-Lab87.4959-29.251115.9594

#aaeabc color RGB value is (170,234,188).

#aaeabc hex color red value is 170, green value is 234 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #aaeabc hue: 0.38 , saturation: 0.60 and the lightness value of aaeabc is 0.79.

The process color (four color CMYK) of #aaeabc color hex is 0.27, 0.00, 0.20, 0.08. Web safe color of #aaeabc is #99ffcc. Color #aaeabc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101010 10111100
Octal 252 352 274
Decimal 170 234 188
Hex AA EA BC

RGB Percentages of Color #aaeabc

%28.72
%39.53
%31.76

CMYK Percentages of Color #aaeabc

%27
%0
%20
%8

Triadic Colors of #aaeabc

#aaeabc #bcaaea #eabcaa

Analogous Colors of #aaeabc

#aaeabc #aaeadc #b8eaaa

Monochromatic Colors of #aaeabc

#aaeabc

Complementary Color

#aaeabc #eaaad8

#aaeabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeabc Color CSS Codes

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

#aaeabc Text Font Color

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

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


#aaeabc Background Color

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

This div background color is #aaeabc


#aaeabc Border Color

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

This div border color is #aaeabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeabc


Comments

No comments written yet.

Please login to write comment.