Color Hex Logo

#aafce5 Color Hex

#AAFCE5
(170,252,229)
0 Favorites   0 Comments

Color spaces of #aafce5

RGB 170252229
HSL0.450.930.83
HSV163°33°99°
CMYK 0.330.000.09   0.01
XYZ65.530883.824086.8546
Yxy83.82400.27740.3549
Hunter Lab91.5554-32.46077.8430
CIE-Lab93.3740-29.72793.0914

#aafce5 color RGB value is (170,252,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111100 11100101
Octal 252 374 345
Decimal 170 252 229
Hex AA FC E5

RGB Percentages of Color #aafce5

%26.11
%38.71
%35.18

CMYK Percentages of Color #aafce5

%33
%0
%9
%1

Triadic Colors of #aafce5

#aafce5 #e5aafc #fce5aa

Analogous Colors of #aafce5

#aafce5 #aaeafc #aafcbc

Monochromatic Colors of #aafce5

#aafce5

Complementary Color

#aafce5 #fcaac1

#aafce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafce5 Color CSS Codes

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

#aafce5 Text Font Color

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

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


#aafce5 Background Color

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

This div background color is #aafce5


#aafce5 Border Color

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

This div border color is #aafce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafce5


Comments

No comments written yet.

Please login to write comment.