Color Hex Logo

#aaebec Color Hex

#AAEBEC
(170,235,236)
0 Favorites   0 Comments

Color spaces of #aaebec

RGB 170235236
HSL0.500.630.80
HSV181°28°93°
CMYK 0.280.000.00   0.07
XYZ61.426274.018890.4064
Yxy74.01880.27200.3277
Hunter Lab86.0342-23.1154-2.0792
CIE-Lab88.9314-20.0005-7.0630

#aaebec color RGB value is (170,235,236).

#aaebec hex color red value is 170, green value is 235 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #aaebec hue: 0.50 , saturation: 0.63 and the lightness value of aaebec is 0.80.

The process color (four color CMYK) of #aaebec color hex is 0.28, 0.00, 0.00, 0.07. Web safe color of #aaebec is #99ffff. Color #aaebec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 11101100
Octal 252 353 354
Decimal 170 235 236
Hex AA EB EC

RGB Percentages of Color #aaebec

%26.52
%36.66
%36.82

CMYK Percentages of Color #aaebec

%28
%0
%0
%7

Triadic Colors of #aaebec

#aaebec #ecaaeb #ebecaa

Analogous Colors of #aaebec

#aaebec #aacaec #aaeccc

Monochromatic Colors of #aaebec

#aaebec

Complementary Color

#aaebec #ecabaa

#aaebec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaebec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaebec Color CSS Codes

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

#aaebec Text Font Color

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

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


#aaebec Background Color

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

This div background color is #aaebec


#aaebec Border Color

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

This div border color is #aaebec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaebec


Comments

No comments written yet.

Please login to write comment.