Color Hex Logo

#aafbde Color Hex

#AAFBDE
(170,251,222)
0 Favorites   0 Comments

Color spaces of #aafbde

RGB 170251222
HSL0.440.910.83
HSV159°32°98°
CMYK 0.320.000.12   0.02
XYZ64.259682.814381.7052
Yxy82.81430.28090.3620
Hunter Lab91.0024-33.209710.4690
CIE-Lab92.9331-30.70226.0717

#aafbde color RGB value is (170,251,222).

#aafbde hex color red value is 170, green value is 251 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aafbde hue: 0.44 , saturation: 0.91 and the lightness value of aafbde is 0.83.

The process color (four color CMYK) of #aafbde color hex is 0.32, 0.00, 0.12, 0.02. Web safe color of #aafbde is #99ffcc. Color #aafbde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111011 11011110
Octal 252 373 336
Decimal 170 251 222
Hex AA FB DE

RGB Percentages of Color #aafbde

%26.44
%39.04
%34.53

CMYK Percentages of Color #aafbde

%32
%0
%12
%2

Triadic Colors of #aafbde

#aafbde #deaafb #fbdeaa

Analogous Colors of #aafbde

#aafbde #aaf0fb #aafbb6

Monochromatic Colors of #aafbde

#aafbde

Complementary Color

#aafbde #fbaac7

#aafbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafbde Color CSS Codes

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

#aafbde Text Font Color

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

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


#aafbde Background Color

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

This div background color is #aafbde


#aafbde Border Color

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

This div border color is #aafbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafbde


Comments

No comments written yet.

Please login to write comment.