Color Hex Logo

#aaebeb Color Hex

#AAEBEB
(170,235,235)
0 Favorites   0 Comments

Color spaces of #aaebeb

RGB 170235235
HSL0.500.620.79
HSV180°28°92°
CMYK 0.280.000.00   0.08
XYZ61.281373.960989.6433
Yxy73.96090.27250.3289
Hunter Lab86.0005-23.3074-1.6010
CIE-Lab88.9040-20.2227-6.5798

#aaebeb color RGB value is (170,235,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 11101011
Octal 252 353 353
Decimal 170 235 235
Hex AA EB EB

RGB Percentages of Color #aaebeb

%26.56
%36.72
%36.72

CMYK Percentages of Color #aaebeb

%28
%0
%0
%8

Triadic Colors of #aaebeb

#aaebeb #ebaaeb #ebebaa

Analogous Colors of #aaebeb

#aaebeb #aacbeb #aaebcb

Monochromatic Colors of #aaebeb

#aaebeb

Complementary Color

#aaebeb #ebaaaa

#aaebeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaebeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaebeb Color CSS Codes

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

#aaebeb Text Font Color

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

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


#aaebeb Background Color

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

This div background color is #aaebeb


#aaebeb Border Color

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

This div border color is #aaebeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaebeb


Comments

No comments written yet.

Please login to write comment.