Color Hex Logo

#aafce2 Color Hex

#AAFCE2
(170,252,226)
0 Favorites   0 Comments

Color spaces of #aafce2

RGB 170252226
HSL0.450.930.83
HSV161°33°99°
CMYK 0.330.000.10   0.01
XYZ65.115483.657884.6671
Yxy83.65780.27890.3584
Hunter Lab91.4646-32.98569.1416
CIE-Lab93.3017-30.35144.5371

#aafce2 color RGB value is (170,252,226).

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

The process color (four color CMYK) of #aafce2 color hex is 0.33, 0.00, 0.10, 0.01. Web safe color of #aafce2 is #99ffcc. Color #aafce2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111100 11100010
Octal 252 374 342
Decimal 170 252 226
Hex AA FC E2

RGB Percentages of Color #aafce2

%26.23
%38.89
%34.88

CMYK Percentages of Color #aafce2

%33
%0
%10
%1

Triadic Colors of #aafce2

#aafce2 #e2aafc #fce2aa

Analogous Colors of #aafce2

#aafce2 #aaedfc #aafcb9

Monochromatic Colors of #aafce2

#aafce2

Complementary Color

#aafce2 #fcaac4

#aafce2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafce2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafce2 Color CSS Codes

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

#aafce2 Text Font Color

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

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


#aafce2 Background Color

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

This div background color is #aafce2


#aafce2 Border Color

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

This div border color is #aafce2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafce2

Related Colors


Comments

No comments written yet.

Please login to write comment.