Color Hex Logo

#a8fadd Color Hex

#A8FADD
(168,250,221)
0 Favorites   0 Comments

Color spaces of #a8fadd

RGB 168250221
HSL0.440.890.82
HSV159°33°98°
CMYK 0.330.000.12   0.02
XYZ63.385281.916580.8773
Yxy81.91650.28020.3622
Hunter Lab90.5077-33.379810.3741
CIE-Lab92.5380-30.99886.0065

#a8fadd color RGB value is (168,250,221).

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

The process color (four color CMYK) of #a8fadd color hex is 0.33, 0.00, 0.12, 0.02. Web safe color of #a8fadd is #99ffcc. Color #a8fadd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11111010 11011101
Octal 250 372 335
Decimal 168 250 221
Hex A8 FA DD

RGB Percentages of Color #a8fadd

%26.29
%39.12
%34.59

CMYK Percentages of Color #a8fadd

%33
%0
%12
%2

Triadic Colors of #a8fadd

#a8fadd #dda8fa #fadda8

Analogous Colors of #a8fadd

#a8fadd #a8eefa #a8fab4

Monochromatic Colors of #a8fadd

#a8fadd

Complementary Color

#a8fadd #faa8c5

#a8fadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8fadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8fadd Color CSS Codes

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

#a8fadd Text Font Color

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

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


#a8fadd Background Color

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

This div background color is #a8fadd


#a8fadd Border Color

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

This div border color is #a8fadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8fadd


Comments

No comments written yet.

Please login to write comment.