Color Hex Logo

#aafbe1 Color Hex

#AAFBE1
(170,251,225)
0 Favorites   0 Comments

Color spaces of #aafbe1

RGB 170251225
HSL0.450.910.83
HSV161°32°98°
CMYK 0.320.000.10   0.02
XYZ64.665482.976783.8420
Yxy82.97670.27940.3585
Hunter Lab91.0915-32.69409.1927
CIE-Lab93.0042-30.08714.6237

#aafbe1 color RGB value is (170,251,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111011 11100001
Octal 252 373 341
Decimal 170 251 225
Hex AA FB E1

RGB Percentages of Color #aafbe1

%26.32
%38.85
%34.83

CMYK Percentages of Color #aafbe1

%32
%0
%10
%2

Triadic Colors of #aafbe1

#aafbe1 #e1aafb #fbe1aa

Analogous Colors of #aafbe1

#aafbe1 #aaedfb #aafbb9

Monochromatic Colors of #aafbe1

#aafbe1

Complementary Color

#aafbe1 #fbaac4

#aafbe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafbe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafbe1 Color CSS Codes

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

#aafbe1 Text Font Color

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

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


#aafbe1 Background Color

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

This div background color is #aafbe1


#aafbe1 Border Color

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

This div border color is #aafbe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafbe1

Related Colors


Comments

No comments written yet.

Please login to write comment.