Color Hex Logo

#aafce4 Color Hex

#AAFCE4
(170,252,228)
0 Favorites   0 Comments

Color spaces of #aafce4

RGB 170252228
HSL0.450.930.83
HSV162°33°99°
CMYK 0.330.000.10   0.01
XYZ65.391683.768386.1212
Yxy83.76830.27790.3560
Hunter Lab91.5250-32.63658.2781
CIE-Lab93.3498-29.93643.5732

#aafce4 color RGB value is (170,252,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111100 11100100
Octal 252 374 344
Decimal 170 252 228
Hex AA FC E4

RGB Percentages of Color #aafce4

%26.15
%38.77
%35.08

CMYK Percentages of Color #aafce4

%33
%0
%10
%1

Triadic Colors of #aafce4

#aafce4 #e4aafc #fce4aa

Analogous Colors of #aafce4

#aafce4 #aaebfc #aafcbb

Monochromatic Colors of #aafce4

#aafce4

Complementary Color

#aafce4 #fcaac2

#aafce4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafce4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafce4 Color CSS Codes

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

#aafce4 Text Font Color

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

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


#aafce4 Background Color

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

This div background color is #aafce4


#aafce4 Border Color

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

This div border color is #aafce4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,252,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 #aafce4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafce4


Comments

No comments written yet.

Please login to write comment.