Color Hex Logo

#aafacb Color Hex

#AAFACB
(170,250,203)
0 Favorites   0 Comments

Color spaces of #aafacb

RGB 170250203
HSL0.400.890.82
HSV145°32°98°
CMYK 0.320.000.19   0.02
XYZ61.542781.229168.9350
Yxy81.22910.29070.3837
Hunter Lab90.1272-35.835117.7403
CIE-Lab92.2335-33.960914.8754

#aafacb color RGB value is (170,250,203).

#aafacb hex color red value is 170, green value is 250 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aafacb hue: 0.40 , saturation: 0.89 and the lightness value of aafacb is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111010 11001011
Octal 252 372 313
Decimal 170 250 203
Hex AA FA CB

RGB Percentages of Color #aafacb

%27.29
%40.13
%32.58

CMYK Percentages of Color #aafacb

%32
%0
%19
%2

Triadic Colors of #aafacb

#aafacb #cbaafa #facbaa

Analogous Colors of #aafacb

#aafacb #aafaf3 #b1faaa

Monochromatic Colors of #aafacb

#aafacb

Complementary Color

#aafacb #faaad9

#aafacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafacb Color CSS Codes

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

#aafacb Text Font Color

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

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


#aafacb Background Color

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

This div background color is #aafacb


#aafacb Border Color

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

This div border color is #aafacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafacb


Comments

No comments written yet.

Please login to write comment.