Color Hex Logo

#aafbe4 Color Hex

#AAFBE4
(170,251,228)
0 Favorites   0 Comments

Color spaces of #aafbe4

RGB 170251228
HSL0.450.910.83
HSV163°32°98°
CMYK 0.320.000.09   0.02
XYZ65.078383.141886.0168
Yxy83.14180.27780.3549
Hunter Lab91.1821-32.17017.8962
CIE-Lab93.0765-29.46453.1767

#aafbe4 color RGB value is (170,251,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111011 11100100
Octal 252 373 344
Decimal 170 251 228
Hex AA FB E4

RGB Percentages of Color #aafbe4

%26.19
%38.67
%35.13

CMYK Percentages of Color #aafbe4

%32
%0
%9
%2

Triadic Colors of #aafbe4

#aafbe4 #e4aafb #fbe4aa

Analogous Colors of #aafbe4

#aafbe4 #aaeafb #aafbbc

Monochromatic Colors of #aafbe4

#aafbe4

Complementary Color

#aafbe4 #fbaac1

#aafbe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafbe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafbe4 Color CSS Codes

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

#aafbe4 Text Font Color

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

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


#aafbe4 Background Color

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

This div background color is #aafbe4


#aafbe4 Border Color

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

This div border color is #aafbe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafbe4


Comments

No comments written yet.

Please login to write comment.