Color Hex Logo

#aaeceb Color Hex

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

Color spaces of #aaeceb

RGB 170236235
HSL0.500.630.80
HSV179°28°93°
CMYK 0.280.000.00   0.07
XYZ61.568474.535189.7390
Yxy74.53510.27260.3300
Hunter Lab86.3337-23.7877-1.1950
CIE-Lab89.1748-20.7163-6.1796

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

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

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

Base Numbers

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

RGB Percentages of Color #aaeceb

%26.52
%36.82
%36.66

CMYK Percentages of Color #aaeceb

%28
%0
%0
%7

Triadic Colors of #aaeceb

#aaeceb #ebaaec #ecebaa

Analogous Colors of #aaeceb

#aaeceb #aaccec #aaecca

Monochromatic Colors of #aaeceb

#aaeceb

Complementary Color

#aaeceb #ecaaab

#aaeceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeceb Color CSS Codes

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

#aaeceb Text Font Color

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

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


#aaeceb Background Color

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

This div background color is #aaeceb


#aaeceb Border Color

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

This div border color is #aaeceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeceb


Comments

No comments written yet.

Please login to write comment.