Color Hex Logo

#aaebbf Color Hex

#AAEBBF
(170,235,191)
0 Favorites   0 Comments

Color spaces of #aaebbf

RGB 170235191
HSL0.390.620.79
HSV139°28°92°
CMYK 0.280.000.19   0.08
XYZ55.689971.724360.1992
Yxy71.72430.29680.3823
Hunter Lab84.6902-30.831317.1388
CIE-Lab87.8357-29.176414.8774

#aaebbf color RGB value is (170,235,191).

#aaebbf hex color red value is 170, green value is 235 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #aaebbf hue: 0.39 , saturation: 0.62 and the lightness value of aaebbf is 0.79.

The process color (four color CMYK) of #aaebbf color hex is 0.28, 0.00, 0.19, 0.08. Web safe color of #aaebbf is #99ffcc. Color #aaebbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 10111111
Octal 252 353 277
Decimal 170 235 191
Hex AA EB BF

RGB Percentages of Color #aaebbf

%28.52
%39.43
%32.05

CMYK Percentages of Color #aaebbf

%28
%0
%19
%8

Triadic Colors of #aaebbf

#aaebbf #bfaaeb #ebbfaa

Analogous Colors of #aaebbf

#aaebbf #aaebe0 #b6ebaa

Monochromatic Colors of #aaebbf

#aaebbf

Complementary Color

#aaebbf #ebaad6

#aaebbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaebbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaebbf Color CSS Codes

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

#aaebbf Text Font Color

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

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


#aaebbf Background Color

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

This div background color is #aaebbf


#aaebbf Border Color

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

This div border color is #aaebbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaebbf


Comments

No comments written yet.

Please login to write comment.