Color Hex Logo

#aaebce Color Hex

#AAEBCE
(170,235,206)
0 Favorites   0 Comments

Color spaces of #aaebce

RGB 170235206
HSL0.430.620.79
HSV153°28°92°
CMYK 0.280.000.12   0.08
XYZ57.426572.418969.3441
Yxy72.41890.28830.3636
Hunter Lab85.0993-28.468811.2564
CIE-Lab88.1698-26.31207.5300

#aaebce color RGB value is (170,235,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 11001110
Octal 252 353 316
Decimal 170 235 206
Hex AA EB CE

RGB Percentages of Color #aaebce

%27.82
%38.46
%33.72

CMYK Percentages of Color #aaebce

%28
%0
%12
%8

Triadic Colors of #aaebce

#aaebce #ceaaeb #ebceaa

Analogous Colors of #aaebce

#aaebce #aae8eb #aaebae

Monochromatic Colors of #aaebce

#aaebce

Complementary Color

#aaebce #ebaac7

#aaebce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaebce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaebce Color CSS Codes

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

#aaebce Text Font Color

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

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


#aaebce Background Color

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

This div background color is #aaebce


#aaebce Border Color

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

This div border color is #aaebce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaebce


Comments

No comments written yet.

Please login to write comment.