Color Hex Logo

#aaffeb Color Hex

#AAFFEB
(170,255,235)
0 Favorites   0 Comments

Color spaces of #aaffeb

RGB 170255235
HSL0.461.000.83
HSV166°33°100°
CMYK 0.330.000.08   0.00
XYZ67.333086.064291.6605
Yxy86.06420.27480.3512
Hunter Lab92.7708-32.79376.3591
CIE-Lab94.3398-29.87801.3967

#aaffeb color RGB value is (170,255,235).

#aaffeb hex color red value is 170, green value is 255 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #aaffeb hue: 0.46 , saturation: 1.00 and the lightness value of aaffeb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111111 11101011
Octal 252 377 353
Decimal 170 255 235
Hex AA FF EB

RGB Percentages of Color #aaffeb

%25.76
%38.64
%35.61

CMYK Percentages of Color #aaffeb

%33
%0
%8
%0

Triadic Colors of #aaffeb

#aaffeb #ebaaff #ffebaa

Analogous Colors of #aaffeb

#aaffeb #aae9ff #aaffc1

Monochromatic Colors of #aaffeb

#aaffeb

Complementary Color

#aaffeb #ffaabe

#aaffeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaffeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaffeb Color CSS Codes

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

#aaffeb Text Font Color

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

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


#aaffeb Background Color

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

This div background color is #aaffeb


#aaffeb Border Color

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

This div border color is #aaffeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaffeb

Related Colors


Comments

No comments written yet.

Please login to write comment.