Color Hex Logo

#aaebbe Color Hex

#AAEBBE
(170,235,190)
0 Favorites   0 Comments

Color spaces of #aaebbe

RGB 170235190
HSL0.380.620.79
HSV138°28°92°
CMYK 0.280.000.19   0.08
XYZ55.580271.680459.6215
Yxy71.68040.29740.3836
Hunter Lab84.6643-30.981217.5123
CIE-Lab87.8145-29.360015.3676

#aaebbe color RGB value is (170,235,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 10111110
Octal 252 353 276
Decimal 170 235 190
Hex AA EB BE

RGB Percentages of Color #aaebbe

%28.57
%39.50
%31.93

CMYK Percentages of Color #aaebbe

%28
%0
%19
%8

Triadic Colors of #aaebbe

#aaebbe #beaaeb #ebbeaa

Analogous Colors of #aaebbe

#aaebbe #aaebdf #b7ebaa

Monochromatic Colors of #aaebbe

#aaebbe

Complementary Color

#aaebbe #ebaad7

#aaebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaebbe Color CSS Codes

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

#aaebbe Text Font Color

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

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


#aaebbe Background Color

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

This div background color is #aaebbe


#aaebbe Border Color

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

This div border color is #aaebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaebbe


Comments

No comments written yet.

Please login to write comment.