Color Hex Logo

#aaebbc Color Hex

#AAEBBC
(170,235,188)
0 Favorites   0 Comments

Color spaces of #aaebbc

RGB 170235188
HSL0.380.620.79
HSV137°28°92°
CMYK 0.280.000.20   0.08
XYZ55.363071.593558.4780
Yxy71.59350.29860.3861
Hunter Lab84.6129-31.278518.2523
CIE-Lab87.7726-29.724416.3481

#aaebbc color RGB value is (170,235,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 10111100
Octal 252 353 274
Decimal 170 235 188
Hex AA EB BC

RGB Percentages of Color #aaebbc

%28.67
%39.63
%31.70

CMYK Percentages of Color #aaebbc

%28
%0
%20
%8

Triadic Colors of #aaebbc

#aaebbc #bcaaeb #ebbcaa

Analogous Colors of #aaebbc

#aaebbc #aaebdd #b9ebaa

Monochromatic Colors of #aaebbc

#aaebbc

Complementary Color

#aaebbc #ebaad9

#aaebbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaebbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaebbc Color CSS Codes

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

#aaebbc Text Font Color

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

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


#aaebbc Background Color

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

This div background color is #aaebbc


#aaebbc Border Color

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

This div border color is #aaebbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaebbc


Comments

No comments written yet.

Please login to write comment.